aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/private/monitoring/objects_backup-2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/private/monitoring/objects_backup-2.nix b/modules/private/monitoring/objects_backup-2.nix
index 2b80eee..38b2ff6 100644
--- a/modules/private/monitoring/objects_backup-2.nix
+++ b/modules/private/monitoring/objects_backup-2.nix
@@ -17,9 +17,9 @@
17 check_command = ["check_last_file_date" "/backup2/immae_eu" "14" "backup"]; 17 check_command = ["check_last_file_date" "/backup2/immae_eu" "14" "backup"];
18 } 18 }
19 { 19 {
20 service_description = "Last backup in /backup2/immae_fr is not too old"; 20 service_description = "Last backup in /backup2/ulminfo is not too old";
21 use = "local-service"; 21 use = "local-service";
22 check_command = ["check_last_file_date" "/backup2/immae_fr" "14" "backup"]; 22 check_command = ["check_last_file_date" "/backup2/ulminfo" "14" "backup"];
23 } 23 }
24 { 24 {
25 service_description = "Last postgresql dump in /backup2/eldiron/postgresql_backup is not too old"; 25 service_description = "Last postgresql dump in /backup2/eldiron/postgresql_backup is not too old";