Graphs showing no data and NaN
I recently installed Observium to monitor some voip switches. Previously I have had a different installation monitoring a ton of network gear, so I'm not unfamiliar with the intall process. This new installation appears to be gathering data, but all my graphs are just axis and legends and all the number are "NaN".
Ubuntu 8.04 32 bit php5 5.2.4 myslq 5.0 rrdtool 1.4.3 snmp 5.4.1
Which is all the same as other the working system.
Debugging :
poller.php appears to be running fine and collecting data :
Polled in 5.111 seconds UPDATED! MySQL: Cell[0/0s] Row[114/0.01s] Rows[17/0s] Column[0/0s] Update[116/0.57s] Insert[1/0s] Delete[0/0s]
And the /device/#/ports/details/ page for my switch shows bandwidth numbers for each port, but completely blank mini graphs, and when I mouseover the mini-graph, it show graphs without any data, just axis, legend, and "NaN" for each value.
Apache error logs don't show anything failing.
Adding "&debug=1" to any of the graph.php pages, generates the same graphs without any data.
I've checked file/path permissions, and they appear identical between boxes.
Assuming user error, I've dropped the database and recreated it, along with a complete fresh install. Neither helped.
I'm rather stumped, anyone have any ideas of what to look at next?
Jeff
Is there data in the RRDs? (rrdtool dump)
adam.
On 29/08/2011 15:44, Jeff Collyer wrote:
I recently installed Observium to monitor some voip switches. Previously I have had a different installation monitoring a ton of network gear, so I'm not unfamiliar with the intall process. This new installation appears to be gathering data, but all my graphs are just axis and legends and all the number are "NaN".
Ubuntu 8.04 32 bit php5 5.2.4 myslq 5.0 rrdtool 1.4.3 snmp 5.4.1
Which is all the same as other the working system.
Debugging :
poller.php appears to be running fine and collecting data :
Polled in 5.111 seconds UPDATED! MySQL: Cell[0/0s] Row[114/0.01s] Rows[17/0s] Column[0/0s] Update[116/0.57s] Insert[1/0s] Delete[0/0s]
And the /device/#/ports/details/ page for my switch shows bandwidth numbers for each port, but completely blank mini graphs, and when I mouseover the mini-graph, it show graphs without any data, just axis, legend, and "NaN" for each value.
Apache error logs don't show anything failing.
Adding "&debug=1" to any of the graph.php pages, generates the same graphs without any data.
I've checked file/path permissions, and they appear identical between boxes.
Assuming user error, I've dropped the database and recreated it, along with a complete fresh install. Neither helped.
I'm rather stumped, anyone have any ideas of what to look at next?
Jeff _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I think the rrds appear to have data in them. I haven't dug around in rrd much, but there appears to be defintions with valuse and averages being calculated.
Thusly -
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd"> <!-- Round Robin Database Dump --> <rrd> <version>0003</version> <step>300</step> <!-- Seconds --> <lastupdate>1314628900</lastupdate> <!-- 2011-08-29 10:41:40 EDT -->
<ds> <name> INOCTETS </name> <type> DERIVE </type> <minimal_heartbeat>600</minimal_heartbeat> <min>0.0000000000e+00</min> <max>1.2500000000e+10</max>
<!-- PDP Status --> <last_ds>1399057772</last_ds> <value>2.8637931034e+04</value> <unknown_sec> 0 </unknown_sec> </ds>
<ds> <name> OUTOCTETS </name> <type> DERIVE </type> <minimal_heartbeat>600</minimal_heartbeat> <min>0.0000000000e+00</min> <max>1.2500000000e+10</max>
<!-- PDP Status --> <last_ds>565769156</last_ds> <value>7.5313479624e+04</value> <unknown_sec> 0 </unknown_sec> </ds>
...
<!-- Round Robin Archives --> <rra> <cf>AVERAGE</cf> <pdp_per_row>1</pdp_per_row> <!-- 300 seconds -->
<params> <xff>5.0000000000e-01</xff> </params> <cdp_prep> <ds> <primary_value>2.8637931034e+02</primary_value> <secondary_value>NaN</secondary_value> <value>NaN</value> <unknown_datapoints>0</unknown_datapoints> </ds> <ds> <primary_value>7.5313479624e+02</primary_value> <secondary_value>NaN</secondary_value> <value>NaN</value> <unknown_datapoints>0</unknown_datapoints> </ds> <ds>
On Mon, Aug 29, 2011 at 10:59 AM, Adam Armstrong adama@memetic.org wrote:
Is there data in the RRDs? (rrdtool dump)
adam.
On 29/08/2011 15:44, Jeff Collyer wrote:
I recently installed Observium to monitor some voip switches. Previously I have had a different installation monitoring a ton of network gear, so I'm not unfamiliar with the intall process. This new installation appears to be gathering data, but all my graphs are just axis and legends and all the number are "NaN".
Ubuntu 8.04 32 bit php5 5.2.4 myslq 5.0 rrdtool 1.4.3 snmp 5.4.1
Which is all the same as other the working system.
Debugging :
poller.php appears to be running fine and collecting data :
Polled in 5.111 seconds UPDATED! MySQL: Cell[0/0s] Row[114/0.01s] Rows[17/0s] Column[0/0s] Update[116/0.57s] Insert[1/0s] Delete[0/0s]
And the /device/#/ports/details/ page for my switch shows bandwidth numbers for each port, but completely blank mini graphs, and when I mouseover the mini-graph, it show graphs without any data, just axis, legend, and "NaN" for each value.
Apache error logs don't show anything failing.
Adding "&debug=1" to any of the graph.php pages, generates the same graphs without any data.
I've checked file/path permissions, and they appear identical between boxes.
Assuming user error, I've dropped the database and recreated it, along with a complete fresh install. Neither helped.
I'm rather stumped, anyone have any ideas of what to look at next?
Jeff _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Looking deeper I found that although rrd database was created properly it wasn't updating properly. So I recompiled rrdtool 1.4.5 for my ubuntu box, and mystically it started working.
Even in simple testing I couldn't get rrdupdate to throw an error message, so I'm still not sure what was wrong, but recompiling fixed it.
Sorry to bother you with a non Observium problem.
---- Jeffrey Collyer ITS Network Systems University of Virginia 434-982-4696
On Mon, Aug 29, 2011 at 11:26 AM, Jeff Collyer jwc3f@virginia.edu wrote:
I think the rrds appear to have data in them. I haven't dug around in rrd much, but there appears to be defintions with valuse and averages being calculated.
Thusly -
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rrd SYSTEM "http://oss.oetiker.ch/rrdtool/rrdtool.dtd">
<!-- Round Robin Database Dump -->
<rrd> <version>0003</version> <step>300</step> <!-- Seconds --> <lastupdate>1314628900</lastupdate> <!-- 2011-08-29 10:41:40 EDT -->
<ds> <name> INOCTETS </name> <type> DERIVE </type> <minimal_heartbeat>600</minimal_heartbeat> <min>0.0000000000e+00</min> <max>1.2500000000e+10</max>
<!-- PDP Status --> <last_ds>1399057772</last_ds> <value>2.8637931034e+04</value> <unknown_sec> 0 </unknown_sec> </ds>
<ds> <name> OUTOCTETS </name> <type> DERIVE </type> <minimal_heartbeat>600</minimal_heartbeat> <min>0.0000000000e+00</min> <max>1.2500000000e+10</max>
<!-- PDP Status --> <last_ds>565769156</last_ds> <value>7.5313479624e+04</value> <unknown_sec> 0 </unknown_sec> </ds>
...
<!-- Round Robin Archives --> <rra> <cf>AVERAGE</cf> <pdp_per_row>1</pdp_per_row> <!-- 300 seconds -->
<params> <xff>5.0000000000e-01</xff> </params> <cdp_prep> <ds> <primary_value>2.8637931034e+02</primary_value> <secondary_value>NaN</secondary_value> <value>NaN</value> <unknown_datapoints>0</unknown_datapoints> </ds> <ds> <primary_value>7.5313479624e+02</primary_value> <secondary_value>NaN</secondary_value> <value>NaN</value> <unknown_datapoints>0</unknown_datapoints> </ds> <ds>
On Mon, Aug 29, 2011 at 10:59 AM, Adam Armstrong adama@memetic.org wrote:
Is there data in the RRDs? (rrdtool dump)
adam.
On 29/08/2011 15:44, Jeff Collyer wrote:
I recently installed Observium to monitor some voip switches. Previously I have had a different installation monitoring a ton of network gear, so I'm not unfamiliar with the intall process. This new installation appears to be gathering data, but all my graphs are just axis and legends and all the number are "NaN".
Ubuntu 8.04 32 bit php5 5.2.4 myslq 5.0 rrdtool 1.4.3 snmp 5.4.1
Which is all the same as other the working system.
Debugging :
poller.php appears to be running fine and collecting data :
Polled in 5.111 seconds UPDATED! MySQL: Cell[0/0s] Row[114/0.01s] Rows[17/0s] Column[0/0s] Update[116/0.57s] Insert[1/0s] Delete[0/0s]
And the /device/#/ports/details/ page for my switch shows bandwidth numbers for each port, but completely blank mini graphs, and when I mouseover the mini-graph, it show graphs without any data, just axis, legend, and "NaN" for each value.
Apache error logs don't show anything failing.
Adding "&debug=1" to any of the graph.php pages, generates the same graphs without any data.
I've checked file/path permissions, and they appear identical between boxes.
Assuming user error, I've dropped the database and recreated it, along with a complete fresh install. Neither helped.
I'm rather stumped, anyone have any ideas of what to look at next?
Jeff _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Adam Armstrong
-
Jeff Collyer