Hi all,

I have a problem with my bind graphs in Observium 0.14.8.5736 with RRDtool 1.4.7.

 

I have the Unix-agent configured with the bind plugin on two dev DNS servers. These DNS servers are under really low load, just a couple of requests a minute at most.

 

If I run

dns# ./bind | grep -i req-in,Q 

 

I receive: 

req-in,QUERY:1562

 

Which is correct. Then on my Observium box if I run:

 

obs# rrdtool info /opt/observium/rrd/dns2 /app-bind-1-req-in.rrd | grep query

ds[query].index = 0

ds[query].type = "DERIVE"

ds[query].minimal_heartbeat = 600

ds[query].min = 0.0000000000e+00

ds[query].max = 7.5000000000e+06

ds[query].last_ds = "1562"                <<<<<<<<< Looks good

ds[query].value = 0.0000000000e+00

ds[query].unknown_sec = 0

 

 

But my graphs in the web interface of totally wrong. My incoming requests graph is showing 100-250 million.

 

Any tips of where to start looking to solve this?

 

Thanks,

Brad