Xymon Mailing List Archive search

Graphing revisited

list Henrik Størner
Fri, 21 Oct 2005 14:26:59 +0200
Message-Id: <user-3e6e577b39d5@xymon.invalid>

On Fri, Oct 21, 2005 at 06:44:14AM -0500, Rich Smrcina wrote:
I've added this section to hobbitgraph.cfg:

[sp_util]
        TITLE Spool Utilization
        YAXIS Spool Utilization
        DEF:avg=sp_util.rrd:sp_util:AVERAGE
        CDEF:sp_util=avg,100,/
        AREA:SP_UTIL#00CC00:Spool Utilization
I'd be suspicious of this line - variable names in RRD are case-
sensitive, so I think it should be 
          AREA:sp_util#00CC00:Spool Utilization
in all-lowercase.


Regards,
Henrik