If problem persists notifications...
Posted: Thu Feb 09, 2012 3:33 pm
Hello, I am trying to update the default time of 60 minutes for the "if problem persists" send a notificaton every x-minutes. I have change this to a variable of 3 but Nagios does not seem to recognize the change. I am still getting a 60 minute interval notice for a persisting problem.
The services config file seems to have been updated but I am not getting notifications every 3 minute but do get them @ 60 minute intervals. Any help is appreciated.
###############################################################################
define service {
host_name 10.1.110.17
service_description QAWEB17_ URL Status
use xiwizard_website_http_service
check_command check_xi_service_http! -H 10.1.110.17 -f ok -I 10.1.110.17 -u "/" -p 80 -w 3 -c 6 !!!!!!!
max_check_attempts 2
check_interval 5
retry_interval 1
notification_interval 3
first_notification_delay 0
notification_period 24x7
notifications_enabled 1
contacts cmort,nagiosadmin
_xiwizard websiteurl
register 1
}
#########################################################################
The services config file seems to have been updated but I am not getting notifications every 3 minute but do get them @ 60 minute intervals. Any help is appreciated.
###############################################################################
define service {
host_name 10.1.110.17
service_description QAWEB17_ URL Status
use xiwizard_website_http_service
check_command check_xi_service_http! -H 10.1.110.17 -f ok -I 10.1.110.17 -u "/" -p 80 -w 3 -c 6 !!!!!!!
max_check_attempts 2
check_interval 5
retry_interval 1
notification_interval 3
first_notification_delay 0
notification_period 24x7
notifications_enabled 1
contacts cmort,nagiosadmin
_xiwizard websiteurl
register 1
}
#########################################################################