From 695131994b5a749e129fb304e8ba709acd37afe8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 26 May 2023 21:34:14 +0200 Subject: add support for chrony_exporter (replaces textfile collector) --- inventory/host_vars/ele-calypso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ele-calypso.yml') 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" -- cgit v1.2.3