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

Re: [hobbit] custom rrd data graph



Hi,

> $BB $BBDISP "data $MACHINE.pcpu
> `cat /tmp/pcpu.txt`"
> 
> 
> The contents of /tmp/pcpu.txt:
> pcpu_idle : 97.16
> 
> On the server side of things I've modified the hobbitserver.cfg files'
> TEST2RRD and GRAPHS lines to append "pcpu_idle=ncv".
> I also have this line in the same file: NCV_pcpu_idle="pcpu_idle:GAUGE"

The problem comes from that your setup should read as :

TEST2RRD="$TEST2RRD,pcpu=ncv"
                    ^-- match the name of the status
NCV_pcpu="pcpu_idle:GAUGE"
    ^-- same thing here


Regards,

-- 
Charles Goyard - cgoyard (at) cvf.fr - (+33) 1 45 38 01 31