[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Temperature graphs



On Tue, Feb 15, 2005 at 09:48:46AM -0500, Kevin.Hanrahan (at) novainfo.com 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@= (at) RRDFN@:temperature:AVERAGE
        LINE2:p (at) RRDIDX@# (at) 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