Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8267
blob633160381f44c249e4938f1e3245c8ddebf6532e
1 Title: When SNMPv1 was used to fetch the last OIDs from devices OIDs were not fetched
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Version: 1.2.7i3
6 Date: 1441026990
7 Class: fix
9 When a host is being monitored via SNMPv1, inline SNMP is enabled AND one check needs
10 OIDs which reach the end of the OID table, the data was dropped by the SNMP engine
11 and never reached the check. With SNMPv2 this works without problem.
13 The problem is that SNMP is handled differently here between v1 and v2. We have changed
14 our code to equalize this situation. SNMPv1 should work as v2 now.