Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8269
blob609b2444a06c94efd222602d0f5aaceb87116d11
1 Title: Improved error handling of edge cases in SNMP bulk walk processing
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Class: fix
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1443599236
9 Targetversion: future
11 In some cases SNMP based check could cause exceptions like "'NoneType' object has no attribute 'startswith'".
12 which might be caused by an invalid/incomplete SNMP answer provided by the used NetSNMP libraries.
14 Check_MK is now handling this result a little more robust by dropping the single result and keeping
15 the other ones.