aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-20 01:52:06 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-20 04:12:30 +0100
commit791d00e6d4cc94080998c7516ff7b262369c6cfc (patch)
treebc0aa1c2efa47088aea447659ea8e124a938056b
parent0907cf1ba08ad04cff9b1fe805ac6f2072c24142 (diff)
downloadNix-791d00e6d4cc94080998c7516ff7b262369c6cfc.tar.gz
Nix-791d00e6d4cc94080998c7516ff7b262369c6cfc.tar.zst
Nix-791d00e6d4cc94080998c7516ff7b262369c6cfc.zip
Rename immae.fr host to ulminfo
-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";