<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
    </div>
    <blockquote
cite="mid:CAJpizT1guoyhBESYsXU0L_3XoaLdqx75y_nh4+0Xs4qKYbMWMQ@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">I'm trying to add a new graph to a test using NCV
        (SPLITNCV actually).  I read through the graphing tips, I read
        several emails that provided hints (not my exact problem but
        nudged me the right way)...
        <div><br>
        </div>
        <div>long story short.   I finally got he graph to show up on my
          test page...but the rrd file doesn't seem to be populating the
          fields as expected when I run "rrdtool dump".  The only thing
          I can figure is that the test I'm performing doesn't run every
          5 minutes but every 15 minutes.  Does that matter?  I would
          have expected in the worst case that only every 3rd row would
          have a value.</div>
        <div><br>
        </div>
        <div>What am I missing here?  Note, I dropped my test to run
          every 5 minutes to see if this theory is true.</div>
      </div>
    </blockquote>
    Is the DS type DERIVE or COUNTER? In that case two successive
    samples, which are 5 minutes apart, are needed to create one data
    point in the graph.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAJpizT1guoyhBESYsXU0L_3XoaLdqx75y_nh4+0Xs4qKYbMWMQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>As a side note, it would be extremely helpful if the NCV
          component didn't look at the entire status but required a
          comment block (for example) to contain it.  That way you could
          keep your data stream isolated from your message.  For
          example:</div>
        <div><br>
        </div>
        <div><!-- NCV data</div>
        <div>metric1: 123</div>
        <div>metric2: 456</div>
        <div>etc</div>
        <div>--></div>
      </div>
    </blockquote>
    Perhaps you can use the devmon format, which encapsulates the data
    to trend in an HTML comment section. In that case, one would have to
    specify "test=devmon" in stead of "test=ncv" in variable TEST2RRD.
    There is no need for an NCV_Something variable, as the DS definition
    is included with the data to trend.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAJpizT1guoyhBESYsXU0L_3XoaLdqx75y_nh4+0Xs4qKYbMWMQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>My test kept creating an rrd file for a date string that
          was part of the status message.  That's a bit annoying.</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    There are (at least) two ways to circumvent that problem:<br>
     A) Add "*:NONE" to the NCV_Something variable;<br>
     B) Replace all occurrences of ":" and "=" outside the NCV part by
    their HTML equivalent, thus "&#58;" and "&#61;".<br>
    <br>
    Regards,<br>
      Wim Nelis.<br>
  
<DIV><P><HR>
<br><br><br>
<hr>
<font color="#00467f" size="2"><i><span lang="EN-US">The NLR disclaimer is valid for NLR e-mail messages.</span></i> 
<p>This message is only meant for providing information. Nothing in this e-mail message amounts to a contractual or legal commitment on the part of the sender.</p>
<p>This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. Sender accepts no liability for damage of any kind resulting from the risks inherent in the electronic transmission of messages.<br></p></font>
<hr>
</P></DIV>
</body>
</html>