> Hi, > > I'm having trouble generating a graph with a logarithmic y-axis. > > 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. > rrdtool graph pings.png \ > -s end-2h -e now-1h \ > -u 5000 -l 1 -o \ > DEF:l=pings.rrd:latency:AVERAGE \ > LINE2:l#00ff00 > > 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.
Try without the -u, -l, or both. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
