<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Hobbit Graphing Question:</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">All:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm running Hobbit 4.2 I'm doing some custom graphs.I'm using the NCV module to collect the data.  Some times they work and some times they don't. What I've found is that on first initialization is that the first column is dropped from the rrd. I've worked around this behavior by sending a bogus NAME:VALUE pair in my script. Then adding it to my  hobbitserver.cfg like this:</FONT></P>
<UL>
<P><FONT SIZE=2 FACE="Arial">NCV_TcAl="bogus:GAUGE,runningcmds:GAUGE,completedcmds:GAUGE,mincmdtime:GAUGE,maxcmdtime:GAUGE,avgcmdtime:GAUGE,*:NONE"</FONT>
</P>
</UL>
<P><FONT SIZE=2 FACE="Arial">I have to send the following from my script:</FONT>
</P>
<UL>
<P><FONT SIZE=2 FACE="Courier New"></PRE><BR>
<!-- graph data<BR>
<BR>
bogus : 0<BR>
<BR>
completedcmds : 114<BR>
<BR>
runningcmds : 0<BR>
<BR>
mincmdtime : 0<BR>
<BR>
maxcmdtime : 15442<BR>
<BR>
avgcmdtime : 177<BR>
<BR>
--><BR>
<PRE></FONT>
</P>
</UL>
<P><FONT SIZE=2 FACE="Arial">Except for the bogus column all the RHS values are from variables. The Bogus value is hard wired to 0. </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Without the bogus definition on the NCV_TcAl variable, I lose the compltetecmds in the rrds and I just get the runningcmds… etc. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">The bogus data point doesn't cost much from a space perspective, but I am wondering if I'm just doing some thing wrong. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Jim </FONT>
</P>

</BODY>
</HTML>