aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_immae-eu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring/objects_immae-eu.nix')
-rw-r--r--modules/private/monitoring/objects_immae-eu.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/private/monitoring/objects_immae-eu.nix b/modules/private/monitoring/objects_immae-eu.nix
index a1d1adb..a6337e9 100644
--- a/modules/private/monitoring/objects_immae-eu.nix
+++ b/modules/private/monitoring/objects_immae-eu.nix
@@ -65,18 +65,6 @@ in
65 } 65 }
66 66
67 { 67 {
68 service_description = "rsync backup happened not too long ago";
69 servicegroups = "webstatus-backup";
70 }
71
72 {
73 service_description = "eriomem backup is up and not full";
74 freshness_threshold = "10800";
75 notification_interval = "120";
76 servicegroups = "webstatus-backup";
77 }
78
79 {
80 service_description = "postfix service is active"; 68 service_description = "postfix service is active";
81 } 69 }
82 70
@@ -89,11 +77,6 @@ in
89 } 77 }
90 78
91 { 79 {
92 service_description = "httpd service is active";
93 servicegroups = "webstatus-resources";
94 }
95
96 {
97 service_description = "postfix SSL is up to date"; 80 service_description = "postfix SSL is up to date";
98 } 81 }
99 82
@@ -108,11 +91,5 @@ in
108 servicegroups = "webstatus-email"; 91 servicegroups = "webstatus-email";
109 freshness_threshold = "1350"; 92 freshness_threshold = "1350";
110 } 93 }
111
112 #### Web scenarios
113 {
114 service_description = "Default website site is running on ns208507.ip-188-165-209.eu";
115 freshness_threshold = "1800";
116 }
117 ]; 94 ];
118} 95}