- Jul 18, 2021
-
-
Evangelos Foutras authored
Instead of gathering borg statistics every hour or so, run the text collector script only once after each borg-backup service finishes. Also split the borg text collector script into two similar scripts, where each one gathers borg statistics for its respective borg host.
-
- Mar 07, 2021
-
-
Jelle van der Waa authored
Currently our textcollector can sometimes fail with 'Failed to create/acquire the lock /home/backup/$server/lock.exclusive (timeout)." Instead of checking on a borg lock file, check if our backup snapshot dir exists which the backup script creates and removes. This should give less false positives then our current method.
-
- Sep 06, 2020
-
-
Jelle van der Waa authored
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.
-