Search found 4 matches

by Darren
Mon Feb 24, 2014 11:44 am
Forum: Open Source Nagios Projects
Topic: How to query comments via URL extinfo.cgi
Replies: 4
Views: 6996

Re: How to query comments via URL extinfo.cgi

Yes Please. Thanks for the quick responses
by Darren
Mon Feb 24, 2014 6:23 am
Forum: Open Source Nagios Projects
Topic: How to query comments via URL extinfo.cgi
Replies: 4
Views: 6996

Re: How to query comments via URL extinfo.cgi

I decided to just grab the num_comments value from the object array of my json service query and add a symbol rather than grabbing the actual text.
This is a neater solution and simpler to code for our external dashboard.
by Darren
Mon Feb 24, 2014 6:15 am
Forum: Open Source Nagios Projects
Topic: Should Active Host checks be disabled?
Replies: 1
Views: 1414

Should Active Host checks be disabled?

Hi, quick question around host checks. We are running nagios core v3.2.3, and on our main nagios server we are actively checking services as follows Time Frame Services Checked <= 1 minute: 25 (0.4%) <= 5 minutes: 5424 (83.8%) <= 15 minutes: 6463 (99.8%) <= 1 hour: 6473 (100.0%) Since program start:...
by Darren
Thu Feb 20, 2014 10:48 am
Forum: Open Source Nagios Projects
Topic: How to query comments via URL extinfo.cgi
Replies: 4
Views: 6996

How to query comments via URL extinfo.cgi

Hi, I am trying to pull comments out for hosts and services using a custom built webpage. This page uses jsonstatus.cgi to query Nagios and extract the required information to display in the format we prefer. That is all working fine, but im struggling with how to extract the comments without result...