<div style="direction: ltr;">Hi All,<br>This is a resend of a mail, that appears not to have made it to the list.<br><br>I am have recently upgraded my
nagios from 1.3 to 2.2, and am having trouble with nagiosgraph's
insert.pl ever since.  If I set up my process-service-perfdata command
like so:<br>define command{<br>        command_name    process-service-perfdata
<br>        command_line    /usr/bin/printf "%b\n" "$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$" >>/var/log/nagios/service-perfdata.out<br>        }<br><br>
I get lovely lines of perfomance data, and can run these lines as a parameter to the 
insert.pl script like so and it logs the data in the appropriate rrd, and nagiosgraph.log (logging is turned on in the script).  Also, I see the checks appear in the nagios log, as I have logging turned on in nagios.<br>
<br>sudo -u nagios /path/to/insert.pl "1146750185||printer||PING||OK - <a href="http://192.168.0.200/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.0.200</a>: rta 27.302ms, lost 0%||rta=27.302ms;100.000;500.000;0; pl=0%;20;60;;"<br><br>or<br>su - nagios<br>/path/to/insert.pl "1146750185||printer||PING||OK - <a href="http://192.168.0.200/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.0.200
</a>: rta
27.302ms, lost 0%||rta=27.302ms;100.000;500.000;0; pl=0%;20;60;;"<br><br>However, with my process-service-perfdata command set to this, which is the same as I had it in 1.3:<br>define command{<br>        command_name    process-service-perfdata
<br>        command_line    /usr/lib/nagios/nagiosgraph/insert.pl "$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$"
<br>        }<br><br>no rrds are updated, nothing appears in the nagiosgraph.log, and nothing appears in the nagios log, but nagios still updates all the statuses.<br><br>Firstly,
has anyone had a similar problem with performance data in general, and
secondly, can anyone see anything obviously wrong in what I have done? 
Googling has gotten me nowhere, the manual has put me on the right
track in a lot of ways, but I can't fathom why the script is,
apparently, not being run by the daemon, or dying off and killing messages going into the nagios log.
<br><br>Thanks in advance.<br></div><span class="sg">John</span>