Im using ping below to check basic connectivity on a few boxes.
I would like it to alarm after for example the box is off the air for five minutes or so.
rather than ASAP when it goes unpingable.
with setup I have I get alarms soon as something dissappears , I need it to wait a bit
due to using dsl based connectivity in some places.
Ideas situaton check box every 60 sec for five min… if they all fail then alarm.
TIA
-tmoore
define service{
use generic-service ; Name of service template to use
host_name localhost, DENTON1,DENTON2,DENTON3,syslog, RADIUS1
service_description PING
is_volatile 0
check_period 24x7
max_check_attempts 5
normal_check_interval 5
retry_check_interval 5
contact_groups admins
notification_options w,u,c,r
notification_interval 960
notification_period 24x7
check_command check_ping!150.0,30%!500.0,60%
}