A couple of things:
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_]
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.
Cheers Jeremy
On Tue, 6 Jul 2021 at 23:28, Josh Luthman <josh at imaginenetworksllc.com> wrote:
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:
totalnumqueries:51 totalnumqueries_ip_ratelimited:0 totalnumcachehits:22 totalnumcachemiss:29 totalrecursiontimeavg:0075215 numquerytcp:0 numquerytcpout:0 numanswerrcodeSERVFAIL:0 unwantedqueries:0 unwantedreplies:0
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:
TEST2RRD="<allTheDefaultsHere>,unboundstats=ncv"
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"
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?
I have restarted it with xymonlaunch on the server.
Now the data/rrd/ directory doesn't contain a host dir, I'm pretty sure that is something that will be created by Xymon.
Any idea what I'm doing wrong?
Josh Luthman 24/7 Help Desk: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon