Xymon Mailing List Archive search

RRD error updating

2 messages in this thread

list Usa Ims · Mon, 25 Jan 2016 22:59:11 +0000 (UTC) ·
Hi,
My graphs are not plotting.

I'm getting this in the logs:
RRD error updating /usr/lib/xymon//data/rrd/www.xxxxx.com/xxx.rrd from 192.168.1.160: /usr/lib/xymon//data/rrd/xxxx.com/xxxx.rrd: not a simple signed integer: '.780051218'
I need to graph decimal numbers. Please help, thank you.
usaims
list Japheth Cleaver · Mon, 25 Jan 2016 16:04:49 -0800 ·
quoted from Usa Ims
On Mon, January 25, 2016 2:59 pm, usa ims wrote:
Hi,
My graphs are not plotting.

I'm getting this in the logs:
RRD error updating /usr/lib/xymon//data/rrd/www.xxxxx.com/xxx.rrd from
192.168.1.160: /usr/lib/xymon//data/rrd/xxxx.com/xxxx.rrd: not a simple
signed integer: '.780051218'
I need to graph decimal numbers. Please help, thank you.
usaims
Hi,

This appears to be an issue with your RRD template -- per a quick Google
search, COUNTER and DERIVE data points must be simple integers (which
makes sense)... It seems you'd want this metric to be a GAUGE if it's
going to be a floating value like that.


HTH,
-jc