<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Your GRAPHS setting should not have =ncv, only TEST2RRD should.  In
other words, it should be like this:<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"<br>
<br>
The rest looks fine. Of course make sure you define a [pcpuIdle]
section in hobbitgraph.cfg as well. I believe you also have to restart
Hobbit after any changes to hobbitserver.cfg.<br>
<br>
-Charles<br>
<br>
Shifter wrote:
<blockquote
 cite="mid21eec7a30611081040p3fe299d9g2fcdb03035efc4c3@mail.gmail.com"
 type="cite">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>
</blockquote>
<br>
</body>
</html>