Werk #8038: Adapted bulkwalk behaviour of snmp command to fix issue with missing OID

Component Inline SNMP
Title Adapted bulkwalk behaviour of snmp command to fix issue with missing OID
Date Mar 27, 2014
Level Prominent Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.2.5i1 Checkmk Enterprise (CEE), Checkmk MSP (CME)

The previous implementation of the bulkwalk in our inline SNMP code was not working as e.g. the snmpbulkwalk command of net-snmp. The bulkwalk command asks for an OID via bulkwalk, processes the response and when none of the responded OIDs matches this OID, the command performs an explicit SNMP GET on the requested OID to get that single value. This has now been added.

To the list of all Werks