Xymon Mailing List Archive search

NCV RRDs

list Galen Johnson
Tue, 7 Jun 2016 18:13:10 +0000
Message-Id: <user-d6a7389d1014@xymon.invalid>

Ignore this...I missed one significant step...I forgot to restart my server.


=G=


From: Galen Johnson
Sent: Tuesday, June 7, 2016 2:02 PM
To: xymon at xymon.com
Subject: NCV RRDs


Hey,


I don't know why I keep tripping over this...I'm trying to create some new graphs but the RRD files aren't being created properly (SPLITNCV).  I have the following definitions:


GRAPHS_threads="threads"
TEST2RRD="...,threads=ncv"
SPLITNCV_threads="*:NONE,total:GAUGE,consumed:GAUGE"

This is what is returned in the message that I care about:


Current thread usage
<!--
pctutil: 3
total: 51
consumed: 2
-->

etc.


This aligns with my other configs (*:NONE is new) but I'm not getting the rrds created as separate rrds and I am getting a LOT more inside the RRD than just the 3 I would expect based on the incoming data.  The output it's parsing has a LOT of colon separated entities but I set up a sed filter to force ':' to '&#58;'.  It seems like Xymon is parsing the encoded colon just as it would a normal colon.  Has anyone else gotten this to work?

thanks

=G=