Hi,<div><br></div><div>I'm having trouble generating a graph with a logarithmic y-axis.</div><div><br></div><div>My graphing command looks like this (I've tried to make it as simple as possible). If I leave out the "-o" it works, with the "-o" - nothing.</div>
<div><div><font class="Apple-style-span" face="'courier new', monospace">rrdtool graph pings.png \</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> -s end-2h -e now-1h \</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> -u 5000 -l 1 -o \</font></div><div><font class="Apple-style-span" face="'courier new', monospace"> DEF:l=pings.rrd:latency:AVERAGE \</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace"> LINE2:l#00ff00</font></div></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Any help would be appreciated - I'm not even sure how to start debugging what's going wrong. It exits with code 0 and doesn't print out any error messages.</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">I've tried two versions so far with the same result:</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif">rrdtool 1.4.3 (from Ubuntu 11.04 repo)</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">rrdtool 1.4.5 (downloaded and compiled from source)</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Kind regards,</font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Liehann</font></div>