Hi all,
Ran into something today, and it’s quite annoying: When configuring a host to use SNMPv3 to check a device, it tries to use SNMP v2c instead.
This means we have to open up v2c; perform a scan; add the checks we need; close v2c back up and let the checking be done via v3.
Are there any workarounds available?
OMD[site]:~/etc/check_mk/conf.d/wato$ omd version
OMD - Open Monitoring Distribution Version 1.2.4p5.mmk
(also affected: 1.2.6p9.cee)
OMD[site]:~/etc/check_mk/conf.d/wato$ cmk --debug -vI host.to.check
Inventorizing host.to.check.
Scanning host host.to.check(172.31.255.5) for SNMP checks…Running ‘snmpget -v2c -c ‘public’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 172.0.0.5 .1.3.6.1.2.1.1.1.0’
ERROR: SNMP error
Timeout: No Response from 172.31.255.5.
Traceback (most recent call last):
File “/omd/sites/site/share/check_mk/modules/check_mk.py”, line 5916, in
do_snmp_scan(hostnames)
File “/omd/sites/site/share/check_mk/modules/check_mk.py”, line 2680, in do_snmp_scan
checknames = snmp_scan(hostname, ipaddress)
File “/omd/sites/site/share/check_mk/modules/check_mk.py”, line 879, in snmp_scan
raise MKSNMPError(“Cannot fetch system description OID %s” % sys_descr_oid)
main.MKSNMPError: Cannot fetch system description OID .1.3.6.1.2.1.1.1.0
OMD[site]:~/etc/check_mk/conf.d/wato$ snmpget -v2c -c ‘public’ -m ‘’ -M ‘’ -On -OQ -Oe -Ot 172.0.0.5 .1.3.6.1.2.1.1.1.0
Timeout: No Response from 172.0.0.5.
OMD[site]:~/etc/check_mk/conf.d/wato$ snmpget -v3 -a SHA -x DES -u SNMPUser -A PASSWORD -X PASSWORD -l AuthPriv 172.0.0.5 .1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 = STRING: HP Comware Platform Software, Software Version 7.1.045, Release 2416
HP 5900AF-48G-4XG-2QSFP+ Switch
Copyright © 2010-2014 Hewlett-Packard Development Company, L.P.




