From 8412f714d05fff3e8b9e43d90e18937c8f0c91e4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 19 Jul 2023 00:51:42 +0200 Subject: prometheus/node: update textfile collector apt_info (replaces apt) --- roles/monitoring/prometheus/exporter/node/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/monitoring/prometheus/exporter/node/handlers') diff --git a/roles/monitoring/prometheus/exporter/node/handlers/main.yml b/roles/monitoring/prometheus/exporter/node/handlers/main.yml index 8f5cb37c..1b6f8668 100644 --- a/roles/monitoring/prometheus/exporter/node/handlers/main.yml +++ b/roles/monitoring/prometheus/exporter/node/handlers/main.yml @@ -13,3 +13,8 @@ file: path: /run/prometheus-node-exporter_sensors/state state: absent + +### TODO: remove this once apt textfile collector has been replaced on all hosts +- name: reload systemd + systemd: + daemon_reload: yes -- cgit v1.2.3