Not dispatching notification for critical service check
Posted: Tue Oct 04, 2016 1:17 pm
I have a host with several service checks. I noticed one was critical and had been for a little over 2 hours. I looked at the "view service notifications" and it was blank. So I went to the CCM and verified the service and it had the proper contact and time and all that good jazz. Everything looked alright.
Here is the service check:
Timeperiod:
Here is the service check:
Code: Select all
define service {
host_name XPRESSION1P
service_description Filecount - CRC Letter Fax.pdf
check_command check_nrpe!check_files -a path=D:/RealTime_Output/CRCLetters/Fax warning=count=75 critical=count=100!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period 20minute-scheduled
notification_options c,r,
notifications_enabled 1
contacts edcd Test Print Group
register 1
}
Code: Select all
define timeperiod {
timeperiod_name 20minute-scheduled
alias 20 Minute Downtime Nightly
wednesday 00:00-03:55
tuesday 04:10-24:00
tuesday 00:00-03:55
monday 04:10-24:00
monday 00:00-03:55
sunday 04:10-24:00
sunday 00:00-03:55
wednesday 04:10-24:00
thursday 00:00-03:55
thursday 04:10-24:00
friday 00:00-03:55
friday 04:10-24:00
saturday 00:00-03:55
saturday 04:10-24:00
}