- For server that have a long fs name,
the disk graph not show the last column values (avg)
A limitation of rrdtool. In hobbitgraph.cfg, try changing [disk] to
[disk]
FNPATTERN disk(.*).rrd
TITLE Disk Utilization
YAXIS % Full
DEF:p (at) RRDIDX@= (at) RRDFN@:pct:AVERAGE
LINE2:p (at) RRDIDX@# (at) COLOR@:@RRDPARAM@
-u 100
-l 0
COMMENT:\n <--- add this line
GPRINT:p (at) RRDIDX@:LAST: \: %5.1lf (cur)
GPRINT:p (at) RRDIDX@:MAX: \: %5.1lf (max)
GPRINT:p (at) RRDIDX@:MIN: \: %5.1lf (min)
GPRINT:p (at) RRDIDX@:AVERAGE: \: %5.1lf (avg)\n