aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-25 16:39:22 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-25 16:39:22 +0100
commit10e597f87ee789e9b3d115e6b6afa6f3fee8155a (patch)
tree3d13174730a9d1739821bdba32f09ad0efec5077 /modules/private/monitoring
parent0f71cd76014c2c4eb6756d8c04eb51b3e4452958 (diff)
downloadNix-10e597f87ee789e9b3d115e6b6afa6f3fee8155a.tar.gz
Nix-10e597f87ee789e9b3d115e6b6afa6f3fee8155a.tar.zst
Nix-10e597f87ee789e9b3d115e6b6afa6f3fee8155a.zip
Fix immae.eu monitoring
Diffstat (limited to 'modules/private/monitoring')
-rw-r--r--modules/private/monitoring/objects_immae-eu.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/private/monitoring/objects_immae-eu.nix b/modules/private/monitoring/objects_immae-eu.nix
index 70459fc..96f91aa 100644
--- a/modules/private/monitoring/objects_immae-eu.nix
+++ b/modules/private/monitoring/objects_immae-eu.nix
@@ -53,11 +53,6 @@ in
53 } 53 }
54 54
55 { 55 {
56 service_description = "fail2ban is active";
57 servicegroups = "webstatus-resources";
58 }
59
60 {
61 service_description = "pacman packages are not too old"; 56 service_description = "pacman packages are not too old";
62 servicegroups = "webstatus-resources"; 57 servicegroups = "webstatus-resources";
63 freshness_threshold = "10800"; 58 freshness_threshold = "10800";
@@ -65,20 +60,11 @@ in
65 } 60 }
66 61
67 { 62 {
68 service_description = "postfix service is active";
69 }
70
71 {
72 service_description = "tinc@Immae service is active"; 63 service_description = "tinc@Immae service is active";
73 } 64 }
74 65
75 { 66 {
76 service_description = "sshd service is active"; 67 service_description = "sshd service is active";
77 } 68 }
78
79 {
80 service_description = "mailq is empty";
81 servicegroups = "webstatus-email";
82 }
83 ]; 69 ];
84} 70}