On Wed, March 11, 2015 6:28 pm, Jeremy Laidman wrote:
On 12 March 2015 at 02:12, Shawn Heisey <hobbit at elyograg.org> wrote:
SPLITNCV_postfix="*:GAUGE"
yep
Perhaps you need to restart xymond_rrd? I think xymond_rrd reads the SPLITNCV_* and TEST2RRD parameters only when it starts, and so needs to be restarted. Actually, you only need to kill the two xymond_rrd processes, and Xymon will restart them automatically. So something like: "sudo pkill xymond_rrd".
Actually, I believe you'll need to kill the owning xymond_channel process as well. xymond_rrd's environment is inherited from xymond_channel, and xymond_channel won't notice any changes in xymonserver.cfg, since it's simply loaded in by xymonlaunch prior to fork+execution.
Or you can always restart xymon as a whole :)
Regards,
-jc