Hi,
I'm having some issues with dynamic indexes. In fac, I'm already using them like ifInOctets["index","ifAlias","KEYWORD"], and it is working fine to me. But I have some problems to get simple queue from Mikrotik. Follow the description.
OID which has the name of queue:
And one of the data I need to get:
So I used to make my SNMP OID like this in zabbix Item configuration:
SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9["index","SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2","NAME2"]
I'm using SNMPv1 Agent.
But I'm getting this message:
3331:20131008:114952.587 item [TLG - PPPoE Server:ifOutOctets_A] became not supported: Cannot find index [SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2] of the OID [SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9["index","SNM
The log error is incomplete because I believe zabbix log has limitations of numbers of characters. But I past exactly as I get in zabbix_server.log.
If I use just SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9.2 I get the right data. But with fixed OID I will have problem in the future.
Zabbix version: 2.0.8 and 2.0.9 (which I updated in order to solve the problem).
OS Version: CentOS 6
Mikrotik Version: CCR-1016-12G v6.4
Can Anyone help me?
I'm having some issues with dynamic indexes. In fac, I'm already using them like ifInOctets["index","ifAlias","KEYWORD"], and it is working fine to me. But I have some problems to get simple queue from Mikrotik. Follow the description.
OID which has the name of queue:
Code:
snmpwalk -c public -v1 000.000.000.000 SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2 |more SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2.1 = STRING: "NAME1" SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2.2 = STRING: "NAME2" SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2.3 = STRING: "NAME3"
Code:
snmpwalk -c public -v1 000.000.000.000 SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9 |more SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9.1 = Counter64: 26431 SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9.2 = Counter64: 53287941 SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9.3 = Counter64: 12202378807
SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9["index","SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2","NAME2"]
I'm using SNMPv1 Agent.
But I'm getting this message:
3331:20131008:114952.587 item [TLG - PPPoE Server:ifOutOctets_A] became not supported: Cannot find index [SNMPv2-SMI::enterprises.14988.1.1.2.1.1.2] of the OID [SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9["index","SNM
The log error is incomplete because I believe zabbix log has limitations of numbers of characters. But I past exactly as I get in zabbix_server.log.
If I use just SNMPv2-SMI::enterprises.14988.1.1.2.1.1.9.2 I get the right data. But with fixed OID I will have problem in the future.
Zabbix version: 2.0.8 and 2.0.9 (which I updated in order to solve the problem).
OS Version: CentOS 6
Mikrotik Version: CCR-1016-12G v6.4
Can Anyone help me?
Comment