summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-05-26 21:34:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-17 21:51:22 +0200
commit695131994b5a749e129fb304e8ba709acd37afe8 (patch)
tree02111746a1cd0cfc31c5736170b12aafadcb771e /inventory/host_vars/ele-calypso.yml
parentmake textfile collector for apt packages configurable (diff)
add support for chrony_exporter (replaces textfile collector)
Diffstat (limited to 'inventory/host_vars/ele-calypso.yml')
-rw-r--r--inventory/host_vars/ele-calypso.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml
index 256200cc..fc9e7f61 100644
--- a/inventory/host_vars/ele-calypso.yml
+++ b/inventory/host_vars/ele-calypso.yml
@@ -102,13 +102,13 @@ prometheus_server_web_external_url: "http://{{ network.primary.address | ansible
prometheus_exporters_extra:
+ - chrony
- blackbox
- nut
- standalone-kubelet
prometheus_exporter_node_textfile_collector_scripts:
- deleted-libraries
- - chrony
- smartmon
prometheus_exporter_blackbox_modules_extra:
@@ -172,7 +172,7 @@ grafana_dashboards:
datasource: "Prometheus"
- file: openwrt
datasource: "Prometheus"
- - file: chronyd
+ - file: chrony
datasource: "Prometheus"
- file: blackbox
datasource: "Prometheus"