summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-mon.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-mon.yml')
-rw-r--r--inventory/host_vars/ele-mon.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-mon.yml b/inventory/host_vars/ele-mon.yml
index f4bbadf4..f9956901 100644
--- a/inventory/host_vars/ele-mon.yml
+++ b/inventory/host_vars/ele-mon.yml
@@ -110,3 +110,22 @@ prometheus_alertmanager_receivers:
grafana_secret_key: "{{ vault_grafana_secret_key }}"
+
+grafana_datasources:
+ - name: "Prometheus"
+ type: "prometheus"
+ access: "proxy"
+ url: "http://127.0.0.1:9090/prometheus"
+ isDefault: yes
+ jsonData:
+ manageAlerts: no
+
+grafana_dashboards:
+ - file: node-full
+ datasource: "Prometheus"
+ - file: chronyd
+ datasource: "Prometheus"
+ - file: blackbox
+ datasource: "Prometheus"
+ - file: network-ups-tools
+ datasource: "Prometheus"