Re: Host or Service Check Interval
Posted: Mon Aug 29, 2016 9:51 am
Thank you my friend. Due to the fact that I was able to do the debug, I searched the forums further and found the answer.
http://serverfault.com/questions/513235 ... ifications
It seems the notifications contacts had an option for n, which is none, and once I removed that option, I was able to get Service Notifications now.
Service would not send notifications:
Contacts shown as:
service_notification_options w,u,c,r,f,s,n
Service sends notifications:
Contacts shown as:
service_notification_options w,u,c,r,f,s
So, removing the n from options did the trick. This is for anyone else finding this problem in the future.
Thanks...
http://serverfault.com/questions/513235 ... ifications
It seems the notifications contacts had an option for n, which is none, and once I removed that option, I was able to get Service Notifications now.
Service would not send notifications:
Contacts shown as:
service_notification_options w,u,c,r,f,s,n
Service sends notifications:
Contacts shown as:
service_notification_options w,u,c,r,f,s
So, removing the n from options did the trick. This is for anyone else finding this problem in the future.
Thanks...