Search found 2 matches

by ed48
Thu Jan 31, 2019 9:55 am
Forum: Open Source Nagios Projects
Topic: service notification_options is not working
Replies: 3
Views: 916

Re: service notification_options is not working

scottwilkerson wrote:This is an event handler not a notification. you should remove these

Code: Select all

    event_handler_enabled   1
    event_handler           notify-by-sms
Then add contacts to receive notifications
Good point! Thank you!
Works as intended now, thanks a lot!

Regards
Ed
by ed48
Wed Jan 30, 2019 8:58 am
Forum: Open Source Nagios Projects
Topic: service notification_options is not working
Replies: 3
Views: 916

service notification_options is not working

Hi The Nagios Core 4.3.4. We want to receive the notification only for CRITICAL states, and implemented notification_options c,r . However we receive also WARNINGS notifications, which is not as per documentation. Has Anyone seen this before, are we missing anything? Thanks in advance. define servic...