mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Introduce a new monitoring server with prometheus and alertmanager for monitoring all our boxes.
16 lines
292 B
Django/Jinja
16 lines
292 B
Django/Jinja
global:
|
|
scrape_interval: 60s
|
|
|
|
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
|
|
rule_files:
|
|
- node.rules.yml
|
|
|
|
# Alertmanager configuration
|
|
alerting:
|
|
alertmanagers:
|
|
- static_configs:
|
|
- targets:
|
|
- localhost:9093
|
|
|
|
scrape_configs:
|