From: Peter Palfrader Date: Wed, 9 Apr 2008 22:37:07 +0000 (-0400) Subject: [project @ peter@palfrader.org-20080409223707-vq0oti0cd1vmk2rn] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c8334c2b4ebac678f82c9046a46ac3c41fecee71;p=mirror%2Fdsa-nagios.git [project @ peter@palfrader.org-20080409223707-vq0oti0cd1vmk2rn] We do not really care about router RTT and packet loss as much, as long as the hosts behind them are doing fine --- diff --git a/nagios-master.cfg b/nagios-master.cfg index d2a2c41..b8b6f20 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -421,6 +421,17 @@ services: name: PING check: "check_ping!300.0,20%!600.0,40%" hostgroups: all + excludehostgroups: routing-infrastructure + normal_check_interval: 5 + max_check_attempts: 4 + retry_check_interval: 1 + - + name: PING + check: "check_ping!900.0,60%!1500.0,80%" + hostgroups: routing-infrastructure + normal_check_interval: 5 + max_check_attempts: 4 + retry_check_interval: 1 ############ Services ############ ###