From 933c6407f0b213ac1179c09c8829fe6a4cab4708 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 25 Nov 2008 22:09:25 +0000 Subject: [PATCH] [project @ peter@palfrader.org-20081125220925-7e5fhpc5e4jmjc88] different ping limits for ball --- nagios-master.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nagios-master.cfg b/nagios-master.cfg index 540fa25..e20ca8c 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -432,7 +432,7 @@ servers: ball: address: 78.32.9.213 parents: gw-ball - hostgroups: computers, buildd, no-udev + hostgroups: computers, buildd, no-udev, dialup ############################# # host groups @@ -450,6 +450,8 @@ hostgroups: extinfo-icon_image_alt: router deadslow: alias: Systems too slow to run any real checks + dialup: + alias: Systems with slow network porterbox: alias: developer accessible porter machines @@ -598,14 +600,14 @@ services: name: PING check: "check_ping!300.0,20%!600.0,40%" hostgroups: all - excludehostgroups: routing-infrastructure + excludehostgroups: routing-infrastructure, dialup normal_check_interval: 5 max_check_attempts: 4 retry_check_interval: 1 - name: PING check: "check_ping!2000.0,60%!3000.0,80%" - hostgroups: routing-infrastructure + hostgroups: routing-infrastructure, dialup normal_check_interval: 5 max_check_attempts: 4 retry_check_interval: 1 -- 2.20.1