[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Graphing revisited
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Graphing revisited
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 21 Oct 2005 14:26:59 +0200
- References: <4358D48E.3030302@wi.rr.com>
- User-agent: Mutt/1.5.9i
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