summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-20 00:59:15 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-20 00:59:15 +0200
commitcee9b29716c7f9c3d5a7dc6f96f924c5153ed030 (patch)
tree1b1df08930d9a2c8f87864fcea0fd91bf6cb254c /roles
parentaaaa0d424c685edb09c22429b9d6d3385f80b76e (diff)
Update the prometheus/grafana role vars
Diffstat (limited to 'roles')
-rw-r--r--roles/grafana/defaults/main.yml20
1 files changed, 1 insertions, 19 deletions
diff --git a/roles/grafana/defaults/main.yml b/roles/grafana/defaults/main.yml
index 4e0e5614..e61aeded 100644
--- a/roles/grafana/defaults/main.yml
+++ b/roles/grafana/defaults/main.yml
@@ -10,22 +10,4 @@ grafana_datasources:
url: "http://localhost:9090"
default: true
-grafana_dashboards:
- - id: 1860
- revision: 37
- name: "node-exporter-full"
- datasource_mappings:
- - key: "000000001"
- value: "prometheus"
- - id: 3662
- revision: 2
- name: "prometheus-overview"
- datasource_mappings:
- - key: "${DS_THEMIS}"
- value: "prometheus"
- - id: 11074
- revision: 9
- name: "node-exporter-prometheus"
- datasource_mappings:
- - key: "${DS__VICTORIAMETRICS}"
- value: "prometheus"
+grafana_dashboards: []