Werk #8252: Fixed invalid data returned by SNMP GET requests executed after the bulkwalks

Component Inline SNMP
Title Fixed invalid data returned by SNMP GET requests executed after the bulkwalks
Date May 15, 2015
Checkmk Edition Checkmk Enterprise (CEE)
Checkmk Version 1.2.7i1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

After all bulkwalks which return an empty set of data without having an error situation, an SNMP GET is performed to verify that there really is no data at the requested OID.

The inline SNMP code was treating some error situations like NOSUCHOBJECT or NOSUCHINSTANCE which occur when a device does not know the requested OID wrong. It returned an empty string instead of no data which might confuse our SNMP engine or checks.

To the list of all Werks