summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-21 00:11:29 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-21 00:11:29 +0200
commit95a3e8f0728580ead42b19110bf2a4c7fb3a3c71 (patch)
tree96c8aa40f0c87d1f5ba62bbdb5a3c55078c50e09 /roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2
parentmove prometheus node-exporter text collector scripts to templates (diff)
prometheus: install textfile collector for chrony
Diffstat (limited to 'roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j2')
-rw-r--r--roles/monitoring/prometheus/exporter/node/templates/textfile-collector-scripts/chrony.timer.j29
1 files changed, 9 insertions, 0 deletions
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