Hello Everyone,
I recently changed jobs and am using zabbix again. I am running freebsd 7.0 and have zabbix correctly pulling snmp info from a cisco switch.
I first tested with this (interface 500 is a vlan interface):
snmpwalk -v 1 -c public 10.0.5.1 1.3.6.1.2.1.2.2.1.10.500
IF-MIB::ifInOctets.500 = Counter32: 40709544
IF-MIB::ifInOctets.500 = Counter32: 40716250
IF-MIB::ifInOctets.500 = Counter32: 40718023
(as you can see, ran it 3 different times and the counter is increasing)
I Created a new item with the following settings:
Description: ifInOctets500
Type: SNMPV1 Agent
SNMP Community: public
SNMP OID: 1.3.6.1.2.1.2.2.1.10.500
SNMP Port: 161
Key: ifInOctets500
Type of Information: Numeric (float)
Units: bps
Use Multiplier: custom multiplier
Custom Multiplier: 8
Update interval: 15
Store Value: Delta (speed per second)
All other settings are default.
When I look at latest data, it shows 0bps. When units was set to nothing, and store value: as is, it pulled numbers like: 40709544
I want to be able to monitor how much bandwidth is passing through the interface in either megabits or kilabits.
I recently changed jobs and am using zabbix again. I am running freebsd 7.0 and have zabbix correctly pulling snmp info from a cisco switch.
I first tested with this (interface 500 is a vlan interface):
snmpwalk -v 1 -c public 10.0.5.1 1.3.6.1.2.1.2.2.1.10.500
IF-MIB::ifInOctets.500 = Counter32: 40709544
IF-MIB::ifInOctets.500 = Counter32: 40716250
IF-MIB::ifInOctets.500 = Counter32: 40718023
(as you can see, ran it 3 different times and the counter is increasing)
I Created a new item with the following settings:
Description: ifInOctets500
Type: SNMPV1 Agent
SNMP Community: public
SNMP OID: 1.3.6.1.2.1.2.2.1.10.500
SNMP Port: 161
Key: ifInOctets500
Type of Information: Numeric (float)
Units: bps
Use Multiplier: custom multiplier
Custom Multiplier: 8
Update interval: 15
Store Value: Delta (speed per second)
All other settings are default.
When I look at latest data, it shows 0bps. When units was set to nothing, and store value: as is, it pulled numbers like: 40709544
I want to be able to monitor how much bandwidth is passing through the interface in either megabits or kilabits.
- someone please explain this 
Comment