<HTML>
<BODY>

<br><font size=2 face="sans-serif">File sixe = 35,000 kb.</font>
<br>
<br><font size=2 face="sans-serif">Beginning of the outpout looks just
like your example.</font>
<br>
<br><font size=2 face="sans-serif">After running rrdtool...:</font>
<br><font size=2 face="sans-serif">libpng warning: Application was compiled
with png.h from libpng-1.2.8</font>
<br><font size=2 face="sans-serif">libpng warning: Application  is
running with png.c from libpng-1.0.12</font>
<br><font size=2 face="sans-serif">libpng error: Incompatible libpng version
in application and library</font>
<br><font size=2 face="sans-serif">673x199</font>
<br><font size=2 face="sans-serif"><br>
Thanks,</font>
<br><font size=2 face="sans-serif"><br>
Michael Frey<br>
Intel Senior Systems Engineer<br>
The Guardian Life Insurance Company of America<br>
3900 Burgess Place, 2-West<br>
Bethlehem, PA 18017<br>
E-Mail: Michael_frey@glic.com<br>
Phone: 610-807-7889<br>
Fax: 610-807-6003</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=42%><font size=1 face="sans-serif"><b>henrik@hswn.dk (Henrik
Stoerner)</b></font><font size=1 face="sans-serif"> </font>
<p><font size=1 face="sans-serif">12/29/2005 04:30 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
hobbit@hswn.dk</font></div></table>
<p>
<p>
<td width=57%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">hobbit@hswn.dk</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">Re: [hobbit] Larrd graphs
not working</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>On Thu, Dec 29, 2005 at 03:46:37PM -0500, Michael
Frey wrote:<br>
> After deleting the lines as suggested, and adding the <89>PNG,
the image <br>
> in the viewer is still a black screen.<br>
> <br>
> If I delete the <89>PNG, the file size is zero bytes.<br>
<br>
OK, that *is* very small.<br>
<br>
What does the RRD files look like ? Those in the<br>
~hobbit/data/rrd/HOSTNAME/ directory - they should be at least <br>
some 18-19 KB in size or larger.<br>
<br>
If you run "rrdtool dump ~hobbit/data/rrd/HOSTNAME/tcp.conn.rrd",
<br>
the beginning of the output should look like this:<br>
<br>
-------- start rrdtool dump output --------<br>
<!-- Round Robin Database Dump --><br>
<rrd><br>
        <version> 0003 </version><br>
        <step> 300 </step> <!-- Seconds
--><br>
        <lastupdate> 1135891575 </lastupdate>
<!-- 2005-12-29 22:26:15 CET --><br>
<br>
        <ds><br>
                <name> sec
</name><br>
                <type> GAUGE
</type><br>
                <minimal_heartbeat>
600 </minimal_heartbeat><br>
                <min> 0.0000000000e+00
</min><br>
                <max> NaN
</max><br>
<br>
                <!-- PDP Status
--><br>
                <last_ds>
UNKN </last_ds><br>
                <value> 2.2500000000e-03
</value><br>
                <unknown_sec>
0 </unknown_sec><br>
        </ds><br>
<br>
<!-- Round Robin Archives --><br>
        <rra><br>
-------- end of rrdtool dump output --------<br>
<br>
<br>
You can try generating the graph image for one of the TCP "conn"
<br>
graphs by running<br>
<br>
rrdtool graph x.png \<br>
   --title "localhost TCP Connection Times Last 48 Hours"
\<br>
   -w576 -h120 -v Seconds -a PNG -s "e-48h" \<br>
   "DEF:p0=/usr/local/hobbit/data/rrd/adminfunct.nro.glic.com/tcp.conn.rrd:sec:AVERAGE"
\<br>
   "LINE2:p0#0000FF:conn"<br>
<br>
(replace the "/home/hobbit..." filename with the filename of
your<br>
tcp.conn.rrd file).<br>
<br>
If you run this, what happens ? The output should be "673x199"
(which is<br>
the size of the generated PNG image), and the PNG image is in the x.png<br>
file.<br>
<br>
<br>
Henrik<br>
<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
hobbit-unsubscribe@hswn.dk<br>
<br>
<br>
</tt></font>
<br>

<P><hr size=1></P>
<P><STRONG>
This message, and any attachments to it, may contain information that<br>is privileged, confidential, and exempt from disclosure under<br>applicable law.  If the reader of this message is not the intended<br>recipient, you are notified that any use, dissemination, distribution,<br>copying, or communication of this message is strictly prohibited.  If<br>you have received this message in error, please notify the sender<br>immediately by return e-mail and delete the message and any<br>attachments.  Thank you.
</STRONG></P>
</BODY>
</HTML>