Search found 16 matches

by tlum
Thu Jan 29, 2015 1:41 am
Forum: Open Source Nagios Projects
Topic: [RESOLVED] 4.0.4 -> 4.0.8 "Unable to get process status"
Replies: 5
Views: 8663

Re: 4.0.4 -> 4.0.8 "Unable to get process status"

Edit 20150129: Non-standard config in use. This issue does not pertain directly to an "out of the box" configuration, though it might aid others indirectly who land here as the result of a search hit on this error. The process status is implemented as a client side jQuery call to the serve...
by tlum
Thu Jan 29, 2015 12:45 am
Forum: Open Source Nagios Projects
Topic: [RESOLVED] 4.0.4 -> 4.0.8 "Unable to get process status"
Replies: 5
Views: 8663

Re: 4.0.4 -> 4.0.8 "Unable to get process status"

change it to $.get('/nagios/cgi-bin/statusjson.cgi?query=programstatus', function(d) { and it works, though that's probably not as intended. Maybe I should rephrase the question. How is this jQuery statement ever expected to work? $.get('cgi-bin/statusjson.cgi?query=programstatus', function(d) {
by tlum
Wed Jan 28, 2015 12:06 am
Forum: Open Source Nagios Projects
Topic: [RESOLVED] 4.0.4 -> 4.0.8 "Unable to get process status"
Replies: 5
Views: 8663

Re: 4.0.4 -> 4.0.8 "Unable to get process status"

CentOS 6.5 Linux nm2srvp01 2.6.32-431.5.1.el6.i686 #1 SMP Tue Feb 11 21:56:33 UTC 2014 i686 i686 i386 GNU/Linux These are the upgrade steps as far as I know. Upgrading From Previous Nagios 3 or 4 Releases As newer alpha, beta, and stable releases of Nagios are released, you should strongly consider ...
by tlum
Tue Jan 27, 2015 8:19 pm
Forum: Open Source Nagios Projects
Topic: [RESOLVED] 4.0.4 -> 4.0.8 "Unable to get process status"
Replies: 5
Views: 8663

[RESOLVED] 4.0.4 -> 4.0.8 "Unable to get process status"

Following the upgrade I have "Unable to get process status", similar to http://tracker.nagios.org/view.php?id=612 It was logging [Tue Jan 27 19:21:03 2015] [error] [client 192.168.2.2] script not found or unable to stat: /var/www/cgi-bin/statusjson.cgi /etc/httpd/conf.d/nagios.conf has Scr...
by tlum
Tue Apr 09, 2013 8:37 pm
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

This turned out to be a real, rather bizarre, issue with the end point. There was no firewall or IDS in the way. Some issue between Linux and Java 1.6 was timing sensitive. All is well now.
by tlum
Wed Mar 27, 2013 2:54 pm
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

The rejection is coming from the remote endpoint, I have a call in to see what's going on over there. I'll update once this gets sorted out.
by tlum
Wed Mar 27, 2013 12:53 pm
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

Alright, this is bizarre. I've run a network trace and the Nagios probes area really failing. The probes from cli are not. The SYN packets are identical, source port, checksum, and time stamp aside.

I'm running a deeper trace to see if there is some signature that might be tripping over an IDS.
by tlum
Wed Mar 27, 2013 12:37 pm
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

Its stuck again $ ./check_tcp -H 70.57.237.99 -e "# javAPRSSrvr" -p 14580 TCP OK - 0.220 second response time on port 14580 [# javAPRSSrvr 3.15b08]|time=0.219601s;;;0.000000;10.000000 Current Status: CRITICAL (for 0d 1h 11m 49s) Status Information: Connection refused Performance Data: Curr...
by tlum
Wed Mar 27, 2013 8:50 am
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

It's not supposed to know what host, that's a template, notice the register 0.

Its applied in the host files like this

Code: Select all

define service{
  host_name             cwop.fuller.net
  use                   service-aprs-14580
}
by tlum
Tue Mar 26, 2013 6:34 pm
Forum: Open Source Nagios Projects
Topic: Stuck in critical
Replies: 12
Views: 5685

Re: Stuck in critical

I built the cli example by doing a cut & paste from the command definition so I'm pretty sure its the same. define command{ command_name check_aprs command_line $USER1$/check_tcp -H $HOSTADDRESS$ -e "# javAPRSSrvr" $ARG1$ } define service{ name service-aprs-14580 check_command check_ap...