Page 1 of 1

How to create a filter, showing all Notifications=disabled

Posted: Wed Nov 18, 2020 2:33 am
by peem_sto
I am trying to create a filter in the GUI, where I can list all services that has notification in disabled state.
Any tip to share?

Re: How to create a filter, showing all Notifications=disabl

Posted: Tue Dec 01, 2020 3:05 pm
by gormank
I don't know of a way other than to query the NDOUtils database servicestatus table. To add it in the UI (in a not so pretty way), you could wrap the query in a script and run it from the tools page.

Re: How to create a filter, showing all Notifications=disabl

Posted: Tue Dec 01, 2020 5:41 pm
by scottwilkerson
In Core you would use the following

Code: Select all

/nagios/cgi-bin/status.cgi?host=all&type=detail&serviceprops=4096
In Nagios XI yo would use the following

Code: Select all

/nagiosxi/includes/components/xicore/status.php?show=services&serviceattr=4096