Hi,
I have three values, I want to check with Zabbix. I have create simple SNMPv2 checks for the full length of the OIDs, mentioned in the snmpwalk. If I create the first check, all works fine and values come back. As soon as I create the second value, either the first or second check fail with the error: became not supported: No Such Instance currently exists at this OID
Those are created in a template, but as they are singe checks, I dont see the issue. What am I doing wrong?
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.1.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.1.8.102.119.83.116.9 7.116.115.0 = INTEGER: 18
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.2.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.2.8.102.119.83.116.9 7.116.115.0 = INTEGER: 27
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.3.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.3.8.102.119.83.116.9 7.116.115.0 = INTEGER: 9200
I am running Zabbix 4.0.3 but I don't think my issue has to do with the version
Many thanks for your help.
I have three values, I want to check with Zabbix. I have create simple SNMPv2 checks for the full length of the OIDs, mentioned in the snmpwalk. If I create the first check, all works fine and values come back. As soon as I create the second value, either the first or second check fail with the error: became not supported: No Such Instance currently exists at this OID
Those are created in a template, but as they are singe checks, I dont see the issue. What am I doing wrong?
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.1.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.1.8.102.119.83.116.9 7.116.115.0 = INTEGER: 18
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.2.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.2.8.102.119.83.116.9 7.116.115.0 = INTEGER: 27
snmpwalk -c 'mysecret' -v 2c hostname 1.3.6.1.4.1.10704.1.10.1.3.8.102.119.83.116.97.116 .115.0
SNMPv2-SMI::enterprises.10704.1.10.1.3.8.102.119.83.116.9 7.116.115.0 = INTEGER: 9200
I am running Zabbix 4.0.3 but I don't think my issue has to do with the version
Many thanks for your help.
Comment