Xymon Mailing List Archive search

NCV_env="Temperature:GAUGE"

3 messages in this thread

list Ian Norfolk · Mon, 16 Jan 2012 19:43:05 +0000 ·
Guy's,

Im trying to get rrd data stored, but no rrd files are being created.

One of my devmon test is produces this:

RegisteredPhone: 8765
UnRegisteredPhone:13
RegRejected:2


RRD2TEST is phones=ncv

graph is phones

NVC_env="RegisteredPhone:GAUGE,UnregisteredPhone:GAUGE,RegRejected:GAUGE"


There are is no phones.rrd file being created.

Can anyone point out the obviouse mistake:-)


Thanks,

ian.
list Buchan Milne · Tue, 17 Jan 2012 12:22:24 +0200 ·
quoted from Ian Norfolk
On Monday, 16 January 2012 21:43:05 ian norfolk wrote:
Guy's,

Im trying to get rrd data stored, but no rrd files are being created.

One of my devmon test is produces this:

RegisteredPhone: 8765
UnRegisteredPhone:13
RegRejected:2


RRD2TEST is phones=ncv

graph is phones

NVC_env="RegisteredPhone:GAUGE,UnregisteredPhone:GAUGE,RegRejected:GAUGE"


There are is no phones.rrd file being created.
You did kill the relevant hobbitd_rrd process, to ensure a new one was started with the correct environment variables?

Regards,
Buchan
list Ian Norfolk · Wed, 18 Jan 2012 13:03:15 +0000 ·
All, Got to the bottom of this problem. My graphs would not display and when I did a rrdtool dump the DS Name is limited yo 19 characters. so you need to truncate the data set names in you graph.cfg files if your variable names are longer that 19 characters in you Devmon messages. Cheers, ian.> From: user-9b139aff4dec@xymon.invalid
To: xymon at xymon.com
Subject: Re: [Xymon] NCV_env="Temperature:GAUGE"
Date: Tue, 17 Jan 2012 12:22:24 +0200
CC: user-ae4b4aae3c18@xymon.invalid
quoted from Ian Norfolk

On Monday, 16 January 2012 21:43:05 ian norfolk wrote:
Guy's,
Im trying to get rrd data stored, but no rrd files are being created.
One of my devmon test is produces this:
RegisteredPhone: 8765
UnRegisteredPhone:13
RegRejected:2
RRD2TEST is phones=ncv
graph is phones
NVC_env="RegisteredPhone:GAUGE,UnregisteredPhone:GAUGE,RegRejected:GAUGE"
There are is no phones.rrd file being created.
You did kill the relevant hobbitd_rrd process, to ensure a new one was started with the correct environment variables?

Regards,
Buchan