I know this subject has been discussed many times, but I think I still miss something.
I changed my 6 old Fast Ethernet to have 6 Gig Ethernet in one router and I cannot graph them. I'm using Linux Debian Sarge and cacti 0.8.6c (packaged by debian).
This router is a Dual Xeon. All my system is x86_64.
In another post, I've seen somebody saying :
1) I changed in Data Templates -> Interface - Traffic -> Maximum Value to 1000000000.1) You will need to adjust your Max Value in the Data Templates for Interfaces.
2) You will need to utilize SNMP v2/v3
3) You need to select one of the 64bit counter graphs in Cacti. When creating graphs, you will see them on the drop down.
2) I created a new device with snmp v2
3) I tried to create graphs in "new graph" with In/Out Bits (64-bit Counters)
And then, all my graphs are blank and the value shows "nan".
I made a rrdtool info on one rra :
Code: Select all
ds[traffic_out].type = "COUNTER"
ds[traffic_out].minimal_heartbeat = 600
ds[traffic_out].min = 0.0000000000e+00
ds[traffic_out].max = 1.0000000000e+09
ds[traffic_out].last_ds = "U"
ds[traffic_out].value = 0.0000000000e+00
ds[traffic_out].unknown_sec = 3
ds[traffic_in].type = "COUNTER"
ds[traffic_in].minimal_heartbeat = 600
ds[traffic_in].min = 0.0000000000e+00
ds[traffic_in].max = 1.0000000000e+09
ds[traffic_in].last_ds = "U"
ds[traffic_in].value = 0.0000000000e+00
ds[traffic_in].unknown_sec = 3
...
The router has NET SNMP 5.1.2 (packaged by debian), and the server where cacti is installed has the same version.
Did I missed something ?
Thanks in advance.