On Tue, Feb 15, 2005 at 09:48:46AM -0500, user-fd47fec4b039@xymon.invalid wrote:
Henrik,
There are temperature.rrd files in the ~/data/rrd/HOSTNAME/ directory but I
do not get any graphs. I do get a broken "hobbit graph temperature" link
however in the trends column.
Your status report also looks OK, so the problem is with the graph
CGI. Could you check if the following is in etc/hobbitgraph.cfg:
[temperature]
FNPATTERN temperature.(.*).rrd
TITLE Temperature
YAXIS Celsius
DEF:p at RRDIDX@=@RRDFN@:temperature:AVERAGE
LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@
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
Henrik