maybe zani is better at pings now
authorPeter Palfrader <peter@palfrader.org>
Sun, 15 Feb 2015 18:13:33 +0000 (19:13 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 15 Feb 2015 18:13:33 +0000 (19:13 +0100)
config/nagios-master.cfg

index cc84bb7..6649a99 100644 (file)
@@ -1305,9 +1305,6 @@ hostgroups:
   high-RTT:
     alias: machines with high round trip times
     private: 1
-  ping-suckers:
-    alias: machines that just suck at icmp
-    private: 1
   alioth:
     alias: machines that just are just awkward
     private: 1
@@ -1357,7 +1354,7 @@ services:
     name: PING
     check: "check_ping!350.0,20%!600.0,40%"
     hostgroups: pingable
-    excludehostgroups: layer3-infrastructure, high-RTT, ping-suckers
+    excludehostgroups: layer3-infrastructure, high-RTT
     normal_check_interval: 5
     max_check_attempts: 4
     retry_check_interval: 1
@@ -1368,13 +1365,6 @@ services:
     normal_check_interval: 5
     max_check_attempts: 4
     retry_check_interval: 1
-  -
-    name: PING
-    check: "check_ping!600.0,90%!900.0,95%"
-    hostgroups: ping-suckers
-    normal_check_interval: 5
-    max_check_attempts: 4
-    retry_check_interval: 1
   -
     name: PING
     check: "check_ping!2000.0,60%!3000.0,80%"