From 8fa99a6562b322e650c55c3e800ecf78d01c5507 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 17 Mar 2014 14:31:27 +0100 Subject: [PATCH] Add zani to ping-suckers --- config/nagios-master.cfg | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index ae2b776..61b1a95 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -581,7 +581,7 @@ servers: zani: address: 148.100.88.22 parents: gw-marist - hostgroups: computers, buildd, hassrvfs, wheezy, incomingmailrelayed + hostgroups: computers, buildd, hassrvfs, wheezy, incomingmailrelayed, ping-suckers # }}} # {{{ gw-osuosl busoni: @@ -1181,7 +1181,10 @@ hostgroups: alias: machines that can not run samhain private: 1 high-RTT: - alias: machines with hight round trip times + alias: machines with high round trip times + private: 1 + ping-suckers: + alias: machines that just suck at icmp private: 1 security_mirror: @@ -1219,7 +1222,7 @@ services: name: PING check: "check_ping!350.0,20%!600.0,40%" hostgroups: pingable - excludehostgroups: layer3-infrastructure, high-RTT + excludehostgroups: layer3-infrastructure, high-RTT, ping-suckers normal_check_interval: 5 max_check_attempts: 4 retry_check_interval: 1 @@ -1230,6 +1233,13 @@ 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%" -- 2.20.1