mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Add a new role called prometheus_exporters which should be run on every machine we have and starts different collectors depending on what group the machine is in. Currently supported our the gitlab runner exporter, rebuilder textcollector, mysqld-exporter, borg textcollector and an node/arch exporter. The arch exporter monitors the security status and pacman out of date packages gauge.
11 lines
167 B
Django/Jinja
11 lines
167 B
Django/Jinja
[Unit]
|
|
Description=Prometheus Arch Exporter TextCollector Timer
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=60m
|
|
OnBootSec=15min
|
|
RandomizedDelaySec=1min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|