Search found 8 matches

by mobrien03
Wed Sep 02, 2015 2:09 pm
Forum: Open Source Nagios Projects
Topic: statusjson.cgi failing truncate response output
Replies: 7
Views: 4347

Re: statusjson.cgi failing truncate response output

Bug Tracker issue "0000635: statsjson crashes" (against Nagios Core 4.0.8) at URL: http://tracker.nagios.org/view.php?id=635 is an exact match to this problem. Opened "GitHub Issue 77" at URL https://github.com/NagiosEnterprises/nagioscore/issues/77 to report this issue against N...
by mobrien03
Tue Sep 01, 2015 8:24 pm
Forum: Open Source Nagios Projects
Topic: statusjson.cgi failing truncate response output
Replies: 7
Views: 4347

statusjson.cgi failing truncate response output

I'm using a perl/LWP query from a bash shell that should return all of the status detail of the services with STATUS=CRITICAL, and fairly consistently (most of the time, but not always - maybe due to the current number of outstanding CRITICAL issues to process), the JSON response output is truncated...
by mobrien03
Thu May 21, 2015 12:41 pm
Forum: Open Source Nagios Projects
Topic: Core 4.0.8 jsonquery.php 404 not found (Solved!)
Replies: 11
Views: 4382

Re: Core 4.0.8 jsonquery.php 404 not found (Solved!)

On a Test system, I re-compiled and re-installed 4.0.8. Still no luck - same issue. Back on the production system (where no changes have occurred), I was attempting another test of jsonquery.html, and had just selected the "Status JSON CGI" option from the list, but then got distracted by ...
by mobrien03
Wed May 20, 2015 2:35 pm
Forum: Open Source Nagios Projects
Topic: Core 4.0.8 jsonquery.php 404 not found (Solved!)
Replies: 11
Views: 4382

Re: Core 4.0.8 jsonquery.php 404 not found

After selecting the "Send Query" button for "Status JSON CGI", the URL/URI becomes: https://{hostname}/nagios/ jsonquery.php ?cginame=statusjson.cgi From what I understand, the component of the URI called jsonquery.php is a module being called, and everything to the right of the ...
by mobrien03
Wed May 20, 2015 2:16 pm
Forum: Open Source Nagios Projects
Topic: Core 4.0.8 jsonquery.php 404 not found (Solved!)
Replies: 11
Views: 4382

Re: Core 4.0.8 jsonquery.php 404 not found

$ ls -la /usr/local/nagios/sbin total 4208 drwxrwxr-x. 2 nagios nagios 4096 Sep 12 2014 . drwxr-xr-x. 9 root root 4096 May 27 2014 .. -rwxr-xr-x. 1 nagios nagios 307936 Sep 12 2014 archivejson.cgi -rwxr-xr-x. 1 nagios nagios 287944 Sep 12 2014 avail.cgi -rwxr-xr-x. 1 nagios nagios 288424 Sep 12 2014...
by mobrien03
Wed May 20, 2015 11:58 am
Forum: Open Source Nagios Projects
Topic: Core 4.0.8 jsonquery.php 404 not found (Solved!)
Replies: 11
Views: 4382

Re: Core 4.0.8 jsonquery.php 404 not found

Appreciate the replies :-)

@jolson: Yes, I have those files:

$ pwd;ls -1 js/j*.js js*.html stylesheets/js*.css
/usr/local/nagios/share
js/jquery-1.7.1.min.js
js/jsonquery.js
jsonquery.html
stylesheets/jsonquery.css
$

@abrist: I will PM you my copy of jsonquery.html shortly.
by mobrien03
Tue May 19, 2015 7:43 pm
Forum: Open Source Nagios Projects
Topic: Core 4.0.8 jsonquery.php 404 not found (Solved!)
Replies: 11
Views: 4382

Core 4.0.8 jsonquery.php 404 not found (Solved!)

When executing https://{hostname}/nagios/jsonquery.html, the resulting Query Generator screen is displayed. Selecting any of the 3 cgi's, then "Send Query" result in a HTTP 404 not found for jsonquery.php. I've searched the installation tree to no avail. I've searched this forum, and Googl...