Hello,
I would like find a specific string on OID 1.3.6.1.4.1.9.9.150.1.1.3.1 with check_snmp.
Mib is like this:
1.3.6.1.4.1.9.9.150.1.1.3.1.1 > user1
1.3.6.1.4.1.9.9.150.1.1.3.1.2 > user2
1.3.6.1.4.1.9.9.150.1.1.3.1.3 > user3
…
If I do ./check_snmp -H My_IP -c My_Community -o 1.3.6.1.4.1.9.9.150.1.1.3.1 -s “user3” , it always return "user1"
How can I do to find my user3 without enter is complete oid 1.3.6.1.4.1.9.9.150.1.1.3.1? I would use only the OID 1.3.6.1.4.1.9.9.150.1.1.3.1 and check_snmp will search string in sub-oid.
Many thanks,