I don't quite follow Charles.  Here's the relevant lines from my hobbitserver.cfg file:<br><br>TEST2RRD="cpu=la,disk,inode,qtree,memory,$PINGCOLUMN=tcp,http=tcp,dns=tcp,dig=tcp,time=ntpstat,vmstat,iostat,netstat,temperature,apache,bind,sendmail,mailq,nmailq=mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,files,procs=processes,ports,clock,lines,pcpuIdle=ncv"
<br><br>GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,pcpuIdle=ncv"
<br><br>NCV_pcpuIdle="pcpuIdle:GAUGE"<br><br>The message I'm sending from the client is a data message, not a status message.  This is what's coming from my client via an ext script running every 5 minutes:<br><br>
$BB $BBDISP "data $MACHINE.pcpu<br>`cat /tmp/pcpu.txt`<br>"<br>Sage<br><br><div><span class="gmail_quote">On 11/8/06, <b class="gmail_sendername">Charles Goyard</b> <<a href="mailto:cgoyard@cvf.fr">cgoyard@cvf.fr
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">><br>> On the server side of things I've modified the hobbitserver.cfg
 files'<br>> TEST2RRD and GRAPHS lines to append "pcpu_idle=ncv".<br>> I also have this line in the same file: NCV_pcpu_idle="pcpu_idle:GAUGE"<br><br>The problem comes from that your setup should read as :
<br><br>TEST2RRD="$TEST2RRD,pcpu=ncv"<br>                    ^-- match the name of the status<br>NCV_pcpu="pcpu_idle:GAUGE"<br>    ^-- same thing here<br><br><br>Regards,<br><br>--<br><br></blockquote>
</div><br>