1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/prometheus_exporters/defaults/main.yml
Jelle van der Waa 23564b29a6
Introduce prometheus exporters role for collection
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.
2020-09-06 20:13:32 +02:00

11 lines
216 B
YAML

---
prometheus_domain: monitoring.archlinux.org
prometheus_textfile_dir: /var/lib/node_exporter
gitlab_runner_exporter_port: '9252'
prometheus_mysqld_user: mysqld_exporter
prometheus_mysqld_exporter_port: '9104'