From 75cb3e560d5b243c1fc7056574d0242a277ebbd4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 20 Sep 2025 00:59:15 +0200 Subject: Update the prometheus/grafana role vars --- roles/grafana/defaults/main.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'roles/grafana') 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: [] -- cgit v1.2.3