<div dir="ltr">Thanks a ton for the help!  It looks like between xymon config and RRD they're simply truncated and stripped of non alphanumeric characters.  (example: 

totalnumqueries_ip_ratelimited) This is in the RRD (:<div><br></div><div># rrdtool info unboundstats.rrd<br><snip></div><div>ds[totalnumqueries].last_ds = "109"<br>ds[totalnumqueries].value = 8.4000000000e+00<br>ds[totalnumqueries].unknown_sec = 0<br>ds[<b>totalnumqueriesipra</b>].index = 1<br>ds[totalnumqueriesipra].type = "DERIVE"<br>ds[totalnumqueriesipra].minimal_heartbeat = 600<br><div><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div><snip></div><div><br></div><div>My RRD are actually in /var/lib/xymon/rrd *NOT* /var/lib/xymon/data/rrd so they were actually being made. I was looking in the wrong place (guide doesn't match my RPM).</div><div><br></div><div>Per the suggestion, I decided to split them using SPLITNCV.  Honestly I don't see why you wouldn't just do this from the get go, it's so much easier and better.</div><div><br></div><div><img src="cid:ii_kqvdf1r00" alt="image.png" width="562" height="301"><br></div><div><br></div>Josh Luthman<br>24/7 Help Desk: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373</div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 8, 2021 at 7:11 AM Jeremy Laidman <<a href="mailto:jeremy@laidman.org" target="_blank">jeremy@laidman.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">A couple of things:<div><br></div><div>* RRD has a DS name length limit of 19 characters, so some of your longer names (numanswerrcodeSERVFAIL) are going to be truncated or possibly even cause the whole lot to be rejected. Also, there's a restriction on characters that can be used: [a-zA-Z0-9_]</div><div><br></div><div>* In your webpage output you use numanswerrcodeSERVFAIL but in your NCV_ setting you have numanswerrcode.SERVFAIL (with a dot before SERVFAIL). I suspect these have to be identical to work. Also, you can't use dots in DS names as per the last point.</div><div><br></div><div>Cheers</div><div>Jeremy</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 6 Jul 2021 at 23:28, Josh Luthman <<a href="mailto:josh@imaginenetworksllc.com" target="_blank">josh@imaginenetworksllc.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I wrote a script that will pull out a few lines of unbound stats and that submission appears good.  I've got a green column by the host on the Xymon server.  The web page is showing this:<div><br></div><div>totalnumqueries:51<br>totalnumqueries_ip_ratelimited:0<br>totalnumcachehits:22<br>totalnumcachemiss:29<br>totalrecursiontimeavg:0075215<br>numquerytcp:0<br>numquerytcpout:0<br>numanswerrcodeSERVFAIL:0<br>unwantedqueries:0<br>unwantedreplies:0<br><div><br></div><div>The part where I'm stuck at is that it won't generate RRD files.  From the help page it suggests  Ijust add a value to TEST2RRD and NCV_ like I've done here:</div><div><br></div><div>TEST2RRD="<allTheDefaultsHere>,unboundstats=ncv"<br><br>NCV_unboundstats="totalnumqueries:GAUGE,totalnumqueries_ip_ratelimited:GAUGE,totalnumcachehits:GAUGE,totalnumcachemiss:GAUGE,totalrecursiontimeavg:GAUGE,numquerytcp:GAUGE,numquerytcpout:GAUGE,numanswerrcode.SERVFAIL:GAUGE,unwantedqueries:GAUGE,unwantedreplies:GAUGE"</div><div><br></div><div>Something odd I did notice was that the link to the graphs (which have no images, no rrd, etc) will say "No DS called 'inodecache' in 'unboundstats.rrd'".  What is the reference to inodecache?</div><div><br></div><div>I have restarted it with xymonlaunch on the server.</div><div><br></div><div>Now the data/rrd/ directory doesn't contain a host dir, I'm pretty sure that is something that will be created by Xymon. </div><div><br></div><div>Any idea what I'm doing wrong?<br><div><div dir="ltr"><div dir="ltr"><div><br></div>Josh Luthman<br>24/7 Help Desk: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373</div></div></div></div></div></div>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>
</blockquote></div>