Hi,
I have added an SNMP item with the following fields:
Type: SNMPv2 Agent
Key: iso.3.6.1.2.1.31.1.1.1.6.7
Host interface: <IP>:161
SNMP OID: interfaces.ifTable.ifEntry.ifInOctets.1
Community: <somestring>
From the Zabbix server host, I can get the value by using snmpget command:
# snmpget -v2c -c <somestring> 89.202.45.7 iso.3.6.1.2.1.31.1.1.1.6.7
iso.3.6.1.2.1.31.1.1.1.6.7 = Counter64: 2856622291210
The item has been Enabled on Configuration --> Host --> Items.
The interval has been set on 30 seconds, but the lastest data shows no values for this item after hours.
I would appreciate if guide me to troubleshoot this problem.
Thanks you.
I have added an SNMP item with the following fields:
Type: SNMPv2 Agent
Key: iso.3.6.1.2.1.31.1.1.1.6.7
Host interface: <IP>:161
SNMP OID: interfaces.ifTable.ifEntry.ifInOctets.1
Community: <somestring>
From the Zabbix server host, I can get the value by using snmpget command:
# snmpget -v2c -c <somestring> 89.202.45.7 iso.3.6.1.2.1.31.1.1.1.6.7
iso.3.6.1.2.1.31.1.1.1.6.7 = Counter64: 2856622291210
The item has been Enabled on Configuration --> Host --> Items.
The interval has been set on 30 seconds, but the lastest data shows no values for this item after hours.
I would appreciate if guide me to troubleshoot this problem.
Thanks you.
Comment