![](https://secure.gravatar.com/avatar/3bbbd945c333b8013d0dfa23058f65b9.jpg?s=120&d=mm&r=g)
There another install with rrdtool 1.4.7:
-Y flag should work.
Show full versions info for your install: ./discovery.php -VV
On Fri, Feb 5, 2016 at 9:46 PM, Dirk-Willem van Gulik dirkx@webweaving.org wrote:
On 05 Feb 2016, at 19:13, Mike Stupalov mike@observium.org wrote:
this is seems as trouble with your rrdtool. This old problem and fixed long time ago (by -Y flag in rrd graph cmd).
It is 1.4.8. Aye - that was indeed why I was wondering; which is why I appended the RRD command:
rrdtool graph /tmp/KjJTF5RCwhWzDBRY.png -Y --alt-autoscale --start
1454609307 --end 1454695707 --width 1152 --height 300 -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF00 -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal --font LEGEND:8:'DroidSansMono,DejaVuSansMono' --font AXIS:7:'DroidSansMono,DejaVuSansMono' --font-render-mode normal -E COMMENT:'Amperes ' COMMENT:' Now' COMMENT:' Avg' COMMENT:' Min' COMMENT:' Max' COMMENT:'\l' DEF:ds16=/usr/local/XXXXXXXXX/rrd/rts.rack/sensor-current-apc-atsOutputCurrent.1.1.1.rrd:sensor:AVERAGE DEF:ds16min=/usr/local/XXXXXXXXX/rrd/rts.rack/sensor-current-apc-atsOutputCurrent.1.1.1.rrd:sensor:MIN DEF:ds16max=/usr/local/XXXXXXXXX/rrd/rts.rack/sensor-current-apc-atsOutputCurrent.1.1.1.rrd:sensor:MAX LINE1.25:ds16#1f78b4:'Output ' GPRINT:ds16:LAST:%6.1lf%s GPRINT:ds16:AVERAGE:%6.1lf%s GPRINT:ds16min:MIN:%6.1lf%s GPRINT:ds16max:MAX:%6.1lf%s COMMENT:'\l' HRULE:0#555555
Noticed that the exact same graph does work well in librenms; but they are using —rigid; so I guess that is cheating somewhat.
Dw.