Page 1 of 1

Custom view or dashboard to hide services/hosts with comment

Posted: Tue Mar 27, 2018 11:15 pm
by chaoscreater
Hi all,

I'm trying to figure out if there is a way to filter out services and hosts that have a comment associated with them. I can get Nagios to display all hosts and services that are showing as critical or unhandled, using the following:
http://NagiosHost/nagios/cgi-bin/status ... ustypes=15

But I'm having trouble hiding entries with a comment. I could acknowledge them, but that's not the point. We add comments and acknowledge services/hosts depending on the situation.

Re: Custom view or dashboard to hide services/hosts with com

Posted: Wed Mar 28, 2018 9:09 am
by scottwilkerson
The only one I know of is this view

Code: Select all

/nagios/cgi-bin/extinfo.cgi?type=3

Re: Custom view or dashboard to hide services/hosts with com

Posted: Wed Mar 28, 2018 6:40 pm
by chaoscreater
I know about that one too, but that just shows all services/hosts with comments. I want to show the opposite and only for services/hosts that are critical or have unhandled problems.

Re: Custom view or dashboard to hide services/hosts with com

Posted: Thu Mar 29, 2018 9:10 am
by scottwilkerson
Core does not have another at this time, if you or your company write one please contribute it to the project here
https://github.com/NagiosEnterprises/nagioscore

Thanks!