]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/private/monitoring/objects_eldiron.nix
897fc15f85d7389305042944e13d1cd7fcb26586
[perso/Immae/Config/Nix.git] / modules / private / monitoring / objects_eldiron.nix
1 { ... }:
2 {
3 service = [
4 {
5 service_description = "Postgresql replication for backup-2 is up to date";
6 use = "local-service";
7 check_command = ["check_postgresql_replication" "backup-2" "/run/postgresql" "5432"];
8 }
9 {
10 service_description = "mailq is empty";
11 use = "local-service";
12 check_command = ["check_mailq"];
13 }
14 ];
15 }