Yes. It's called because if I rename it I get error 127 not found on nagios.log.<br>
<br>
nagios doesnt generate any file inside rrd/ but if I manually run insert.pl with user nagios I get files inside rrd/.<br>
<br>
I get this in nagiosgraph.log:<br>
<br>
Tue Feb 28 08:09:42 2006 CGI debug: @db=<br>
Tue Feb 28 08:09:42 2006 CGI info: Listing c%2D102_PING db files in /usr/share/nagios/nagiosgraph/rrd/:<br>
Tue Feb 28 08:09:42 2006 CGI info: RRDs::graph - -a PNG --start -3024000 -w 350 -h 100 -l 0 -u 100<br>
Tue Feb 28 08:09:42 2006 CGI error: RRDs::graph ERR can't make a graph without contents<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config debug:5<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config logfile:/var/log/nagios/nagiosgraph.log<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config rrddir:/usr/share/nagios/nagiosgraph/rrd/<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config mapfile:/usr/share/nagios/nagiosgraph/map<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config colorscheme:1<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config heartbeat:10<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config perflog:/var/log/nagios/perfdata.log<br>
Tue Feb 28 08:09:42 2006 CGI debug: Config rrdtool:/usr/bin/rrdtool<br>
Tue Feb 28 08:09:42 2006 CGI debug: @db=<br>
Tue Feb 28 08:09:42 2006 CGI info: Listing c%2D102_PING db files in /usr/share/nagios/nagiosgraph/rrd/:<br>
Tue Feb 28 08:09:42 2006 CGI info: RRDs::graph - -a PNG --start -34560000 -w 350 -h 100 -l 0 -u 100<br>
Tue Feb 28 08:09:42 2006 CGI error: RRDs::graph ERR can't make a graph without contents<br>
<br>
I have this in nagios.cfg:<br>
<br>
process_performance_data=1<br>
service_perfdata_file=/var/log/nagios/perfdata.log<br>
service_perfdata_file_template=$LASTSERVICECHECK$||$HOSTNAME$||$SERVICEDESC$||$SERVICEOUTPUT$||$SERVICEPERFDATA$<br>
service_perfdata_file_mode=a<br>
service_perfdata_file_processing_interval=30<br>
service_perfdata_file_processing_command=process-service-perfdata<br>
<br>
and this in command.cfg<br>
<br>
     define command{<br>
       command_name    process-service-perfdata<br>
       command_line  /usr/local/nagios/nagiosgraph/insert.pl<br>
     }<br>
<br>
<br><br>
<br><div><span class="gmail_quote">On 2/27/06, <b class="gmail_sendername">Hugo van der Kooij</b> <<a href="mailto:hvdkooij@vanderkooij.org">hvdkooij@vanderkooij.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 27 Feb 2006, Alberto wrote:<br><br>> I get this in nagiosgraph.log:<br>><br>> CGI error: RRDs::graph ERR can't make a graph without contents<br>><br>> I get the blue screen of nagiosgraph but no images on it... what is the
<br>> probleam? I have no data on rrd/ folder but if I execute insert.pl manually<br>> as nagios user I get date in the folder but if I delete it and run nagios it<br>> doesnt generate rrd files.<br><br>So what does your log tell you about storing the data? Does it attempt to
<br>create the RRD files? (Should it?)<br><br>How did you add the insert.pl in your config? Is it called at all?<br><br>Hugo.<br><br>--<br>        I hate duplicates. Just reply to the relevant mailinglist.<br>        <a href="mailto:hvdkooij@vanderkooij.org">
hvdkooij@vanderkooij.org</a>                <a href="http://hvdkooij.xs4all.nl/">http://hvdkooij.xs4all.nl/</a><br>                Don't
meddle in the affairs of magicians,<br>                for
they are subtle and quick to anger.<br><br><br>-------------------------------------------------------<br>This SF.Net email is sponsored by xPML, a groundbreaking scripting language<br>that extends applications into web and mobile media. Attend the live webcast
<br>and join the prime developer group breaking into this new coding territory!<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br></blockquote></div><br>