<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry for typo, fixed below<br>
<blockquote cite="mid4523FEBE.20109@cisco.com" type="cite">Try removing
the extra quotes you added to TEST2RRD. In other words, instead of
using:
  <br>
drops="ncv",
  <br>
  <br>
Juse use:
  <br>
drops=ncv,
  <br>
  <br>
Another thing that I'm not sure about is how you defined
NCV_drops="*:DERIVE"
  <br>
My thoughts on this are:
  <br>
1. Not sure if you can use * as the DS name, I think this should be <strike>NVC_drops="fdrops:DERIVE"</strike>
NCV_drops="fdrops:DERIVE"<br>
</blockquote>
<br>
<blockquote cite="mid4523FEBE.20109@cisco.com" type="cite">2. DERIVE is
the default DS type, so you may not even have to specify those at all.
  <br>
  <br>
I'm new to NCV graphs myself, so I am just speculating here and trying
to help.
  <br>
-Charles
  <br>
  <br>
Jeff Newman wrote:
  <br>
  <blockquote type="cite">Hi,
    <br>
    <br>
Running on the new hobbit server, I am seeing these in
    <br>
/var/log/hobbit/status.log:
    <br>
    <br>
2006-10-03 18:05:32 Setup error: Service wraps has a graph "ncv", but
    <br>
no graph-definition
    <br>
2006-10-03 18:05:32 Setup error: Service HiFlowNet has a graph "ncv",
    <br>
but no graph-definition
    <br>
2006-10-03 18:05:32 Setup error: Service drops has a graph "ncv", but
    <br>
no graph-definition
    <br>
    <br>
I did not see these until I upgraded to the new server version.
    <br>
    <br>
Some other info:
    <br>
    <br>
from hobbitserver.cfg
    <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,sar,socks,bea,iishealth,citrix,bbgen,bbtest,hobbitd,HiFlowNet="ncv",sock="ncv",qmeter,rtt="ncv",drops="ncv",wraps="ncv",bbproxy,HiFlowNetInt,files,procs=processes,ports,clock,lines"
    <br>
    <br>
# This defines which RRD files to include on the "trends" column
webpage,
    <br>
# and the order in which they appear.
    <br>
GRAPHS="la,disk,inode,qtree,memory,users,vmstat,iostat,tcp.http,tcp,netstat,mrtg::1,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,ncv,HiFlowNet,sock,rtt,wraps,sar::1,qmeter::1,HiFlowNetInt,drops,files,processes,ports,ifstat,clock,lines"
    <br>
    <br>
NCV_sock="established:GAUGE,synsent:GAUGE,synrecv:GAUGE,finwait1:GAUGE,finwait2:GAUGE,timewait:GAUGE,closed:GAUGE,closewait:GAUGE,lastack:GAUGE,listen:GAUGE,closing:GAUGE,unknown:GAUGE"
    <br>
    <br>
NCV_rtt="rtt:GAUGE"
    <br>
    <br>
** I tried adding the below, and restarting hobbit, and it did not fix
    <br>
the problem **
    <br>
NCV_wraps="*:DERIVE"
    <br>
NCV_drops="*:DERIVE"
    <br>
NCV_HiFlowNet="*:DERIVE"
    <br>
    <br>
>From hobbitgraph.cfg (just to show they are in there)
    <br>
    <br>
[wraps]
    <br>
       TITLE Wraps per second
    <br>
       YAXIS Number of wraps
    <br>
       DEF:wraps=wraps.rrd:wraps:AVERAGE
    <br>
       CDEF:fwraps=wraps,100,*
    <br>
       AREA:fwraps#00CC00:Number of wraps
    <br>
       -u 1
    <br>
       -l 0
    <br>
       GPRINT:fwraps:LAST: \: %5.1lf (cur)
    <br>
       GPRINT:fwraps:MAX: \: %5.1lf (max)
    <br>
       GPRINT:fwraps:MIN: \: %5.1lf (min)
    <br>
       GPRINT:fwraps:AVERAGE: \: %5.1lf (avg)\n
    <br>
[drops]
    <br>
       TITLE Drops per second
    <br>
       YAXIS Number of drops
    <br>
       DEF:drops=drops.rrd:drops:AVERAGE
    <br>
       CDEF:fdrops=drops,100,*
    <br>
       AREA:fdrops#00CC00:Number of drops
    <br>
       -u 1
    <br>
       -l 0
    <br>
       GPRINT:fdrops:LAST: \: %5.1lf (cur)
    <br>
       GPRINT:fdrops:MAX: \: %5.1lf (max)
    <br>
       GPRINT:fdrops:MIN: \: %5.1lf (min)
    <br>
       GPRINT:fdrops:AVERAGE: \: %5.1lf (avg)\n
    <br>
[HiFlowNet]
    <br>
       TITLE Network I/O HIGH FLOW
    <br>
       YAXIS Bytes/second
    <br>
       DEF:tcpInInorderBytes=HiFlowNet.rrd:tcpInInorderBytes:AVERAGE
    <br>
       DEF:tcpOutDataBytes=HiFlowNet.rrd:tcpOutDataBytes:AVERAGE
    <br>
       LINE1:tcpInInorderBytes#00FFFF:In Total
    <br>
       LINE1:tcpOutDataBytes#0000FF:Out Total
    <br>
       COMMENT:\n
    <br>
       GPRINT:tcpInInorderBytes:LAST:In       \: %5.1lf%s (cur)
    <br>
       GPRINT:tcpInInorderBytes:MAX: \: %5.1lf%s (max)
    <br>
       GPRINT:tcpInInorderBytes:MIN: \: %5.1lf%s (min)
    <br>
       GPRINT:tcpInInorderBytes:AVERAGE: \: %5.1lf%s (avg)\n
    <br>
       GPRINT:tcpOutDataBytes:LAST:Out      \: %5.1lf%s (cur)
    <br>
       GPRINT:tcpOutDataBytes:MAX: \: %5.1lf%s (max)
    <br>
       GPRINT:tcpOutDataBytes:MIN: \: %5.1lf%s (min)
    <br>
       GPRINT:tcpOutDataBytes:AVERAGE: \: %5.1lf%s (avg)\n
    <br>
    <br>
Some of the other NCV stuff works fine, not sure why those aren't.
    <br>
Any ideas?
    <br>
    <br>
-Jeff
    <br>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>