[project @ peter@palfrader.org-20081125220925-7e5fhpc5e4jmjc88]
authorPeter Palfrader <peter@palfrader.org>
Tue, 25 Nov 2008 22:09:25 +0000 (22:09 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 25 Nov 2008 22:09:25 +0000 (22:09 +0000)
different ping limits for ball

nagios-master.cfg

index 540fa25..e20ca8c 100644 (file)
@@ -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