Page 1 of 1

Unknown Notification

Posted: Mon Sep 19, 2016 6:55 am
by rlinux57
How can i disable UNKNOWN notification for specific service ?

Re: Unknown Notification

Posted: Mon Sep 19, 2016 9:48 am
by rhassing
In de cfg file for this service (or all services) you should edit the line:

Code: Select all

        notification_options            w,u,c,r
and simpely remove the "u"

Re: Unknown Notification

Posted: Mon Sep 19, 2016 10:07 am
by rkennedy
Thanks @rhassing!

Re: Unknown Notification

Posted: Mon Sep 19, 2016 10:42 am
by rlinux57
thanks for the solution, i have also done it by changing the plugin exit value to 0 for UNKNOWN status.

Re: Unknown Notification

Posted: Mon Sep 19, 2016 3:51 pm
by mcapra
Awesome! Is it alright if we lock this thread and mark the issue as resolved?