Search found 4 matches

by kao_lance
Wed Oct 02, 2013 9:24 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 and Pnp4Nagios
Replies: 11
Views: 18628

Re: Nagios 4 and Pnp4Nagios

I went back to 3.5.1 for now until it is fixed.
by kao_lance
Fri Sep 27, 2013 1:49 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 and Pnp4Nagios
Replies: 11
Views: 18628

Re: Nagios 4 and Pnp4Nagios

I do not believe that is how it is intended, although that bug report may be an indication that it is not actually working. My understanding was that you had to directly reference the $NAGIOS_***** variable specifically and it was only available when a check or event handler is run, to that environ...
by kao_lance
Fri Sep 27, 2013 11:59 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 and Pnp4Nagios
Replies: 11
Views: 18628

Re: Nagios 4 and Pnp4Nagios

Well I changed my perfdata commands to call a simple shell script, debug.sh which does only this: #!/bin/bash env > /tmp/env.debug Upon inspecting /tmp/env.debug, I don't see any variables begining with NAGIOS_: # grep -i NAGIOS /tmp/env.debug USER=nagios HOME=/usr/local/nagios LOGNAME=nagios # So i...
by kao_lance
Fri Sep 27, 2013 10:52 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 and Pnp4Nagios
Replies: 11
Views: 18628

Re: Nagios 4 and Pnp4Nagios

I am setting up a new Nagios installation so I installed 4.0.0beta4 then upgraded to 4.0.0. I installed pnp4nagios for the first time after upgrading to 4.0.0 and I am having the same problem. Also I enabled debug for the process_perfdata script and I'm getting this: 2013-09-27 11:50:13 [27948] [2] ...