Add vmalert alerting rules for DNS and host health

vmalert on control evaluates rules (declared in git) against VictoriaMetrics and
remote-writes alert state back, so firing alerts show as the ALERTS series in
Grafana. Covers SOA divergence between ns1/ns2, secondary zone expiry, scrape
target down, and root disk full. No notifier yet (notifier.blackhole). Also adds
TODO.md roadmap.
This commit is contained in:
Berwn
2026-06-17 14:49:32 +07:00
parent a7d4c0e567
commit 4c7c74836d
3 changed files with 105 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
../../modules/static-ipv6.nix
../../modules/monitoring/exporters.nix
../../modules/monitoring/server.nix
../../modules/monitoring/alerts.nix
../../modules/docs.nix
];