Xymon Mailing List Archive search

RRD error updating

list Japheth Cleaver
Mon, 25 Jan 2016 16:04:49 -0800
Message-Id: <user-c976ea036247@xymon.invalid>

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