Hallo to all,
I'm starting to use Zabbix (very good software) for monitoring some Wireless Access Point (Interepoch)...
I'd like to collect data about the traffic incoming and outgoing and some other information (like Mac address for example).
# FOR INCOMING BYTE
With snmpwalk I've this data:
# snmpwalk -Os -c xxxx -v 1 x.y.z.w interfaces.ifTable.ifEntry.ifInOctets.4
ifInOctets.4 = Counter32: 58063543
with zabbix i've have this error:
value #2 has unknow type
I think that the problem is: Counter32: 58063543 probably the word Counter32:.
With MRTG I can produce graph... and I'm sure that I miss something in my Zabbix configuration...
Any Ideas?
Anyone collect bandwidth data with snmp & zabbix?
Bye.
I'm starting to use Zabbix (very good software) for monitoring some Wireless Access Point (Interepoch)...
I'd like to collect data about the traffic incoming and outgoing and some other information (like Mac address for example).
# FOR INCOMING BYTE
With snmpwalk I've this data:
# snmpwalk -Os -c xxxx -v 1 x.y.z.w interfaces.ifTable.ifEntry.ifInOctets.4
ifInOctets.4 = Counter32: 58063543
with zabbix i've have this error:
value #2 has unknow type
I think that the problem is: Counter32: 58063543 probably the word Counter32:.
With MRTG I can produce graph... and I'm sure that I miss something in my Zabbix configuration...
Any Ideas?
Anyone collect bandwidth data with snmp & zabbix?
Bye.
Comment