From 95a3e8f0728580ead42b19110bf2a4c7fb3a3c71 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 21 Oct 2021 00:11:29 +0200 Subject: prometheus: install textfile collector for chrony --- .../node/templates/textfile-collector-scripts/chrony.timer.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2 (limited to 'roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2') diff --git a/roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2 b/roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2 new file mode 100644 index 00000000..597b917a --- /dev/null +++ b/roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2 @@ -0,0 +1,9 @@ +[Unit] +Description=Promethues node exporter textfile collector chrony + +[Timer] +OnBootSec=40s +OnUnitActiveSec=15min + +[Install] +WantedBy=timers.target -- cgit v1.2.3