Search found 3 matches

by rh42200
Tue Jun 26, 2012 8:31 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Display Filter
Replies: 11
Views: 16773

Re: Nagios Core - Display Filter

Ohhh I see, I think if you use: "status.cgi?host=all&type=detail&servicestatustypes=28&serviceprops=10&hostprops=10" that will give you exactly what you want. Ahhh, yes, this is exactly what I needed! :D Are you able to supply me with a link to somewhere I can get an overv...
by rh42200
Mon Jun 25, 2012 9:30 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Display Filter
Replies: 11
Views: 16773

Re: Nagios Core - Display Filter

I may be misunderstanding the problem... but isn't that essentially what the root problem page in Nagios is doing? So if you were to use the URL: "cgi-bin/status.cgi?host=all&servicestatustypes=28" Does this do what you are after? I see now, that I was not accurate enough in my last p...
by rh42200
Thu Jun 21, 2012 2:52 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Display Filter
Replies: 11
Views: 16773

Re: Nagios Core - Display Filter

I am currently using a Nagios URL that filters the Services display so that it shows me only services that are NOT OK. The URL for that is cgi-bin/status.cgi?host=all&type=detail&servicestatustypes=29&serviceprops=0 . The problem is that this only shows when a service check fails, it do...