From: Peter Palfrader Date: Sun, 15 Feb 2015 18:13:33 +0000 (+0100) Subject: maybe zani is better at pings now X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=08e30bff40f7fb090267046ae9724b53f2d289d1;p=mirror%2Fdsa-nagios.git maybe zani is better at pings now --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index cc84bb7..6649a99 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -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%"