Skip to content
Snippets Groups Projects
Verified Commit 33d2f32a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

try to add dashboards from monitoring-mixins

parent e070b02f
No related branches found
No related tags found
No related merge requests found
......@@ -192,21 +192,11 @@ enable-grafana:
APP: "grafana"
extends: .enable_app_template
enable-loki-stack:
variables:
APP: "loki-stack"
extends: .enable_app_template
enable-nextcloud:
variables:
APP: "nextcloud"
extends: .enable_app_template
enable-prometheus:
variables:
APP: "prometheus"
extends: .enable_app_template
enable-rocketchat:
variables:
APP: "rocketchat"
......
......@@ -92,6 +92,9 @@ enabled_applications:
- 'ingress'
- 'local-path-provisioner'
- 'single-sign-on'
# Monitoring components
- 'prometheus'
- 'loki-stack'
# The backup system Velero is disabled by default, see settings under `backup` above.
# - 'velero'
#
......@@ -101,12 +104,10 @@ enabled_applications:
#
# Applications.
# - 'grafana'
# - 'loki-stack'
# - 'eventrouter'
# - 'nextcloud'
# - 'prometheus'
# 'rocketchat'
# - 'wordpress'
# - 'rocketchat'
# - 'wordpress'
prometheus_enable_ingress: false
......
---
adminPassword: "{{ grafana_admin_password }}"
grafana.ini:
server:
......@@ -43,36 +44,33 @@ dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards
- name: 'default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards
dashboards:
default:
kubernetes-cluster-monitoring:
gnetId: 315
revision: 3
datasource: Prometheus
node-exporter-full:
gnetId: 1860
revision: 22
datasource: Prometheus
k8s-resources-pod:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/kubernetes/dashboards/k8s-resources-pod.json
token: ''
k8s-resources-node:
url: https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/kubernetes/dashboards/k8s-resources-node.json
loki-dash:
gnetId: 13639
revision: 1
datasource: Loki
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus-server
access: proxy
isDefault: true
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus-server
access: proxy
isDefault: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment