Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8252
blobc636bdce13fee09719ddb6425421d839268d058a
1 Title: Fixed invalid data returned by SNMP GET requests executed after the bulkwalks
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.2.7i1
9 Date: 1431693583
11 After all bulkwalks which return an empty set of data without having an error situation,
12 an SNMP GET is performed to verify that there really is no data at the requested OID.
14 The inline SNMP code was treating some error situations like NOSUCHOBJECT or NOSUCHINSTANCE
15 which occur when a device does not know the requested OID wrong. It returned an empty string
16 instead of no data which might confuse our SNMP engine or checks.