Werk #8269: Improved error handling of edge cases in SNMP bulk walk processing
Component | Inline SNMP | ||
Title | Improved error handling of edge cases in SNMP bulk walk processing | ||
Date | Sep 30, 2015 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
In some cases SNMP based check could cause exceptions like "'NoneType' object has no attribute 'startswith'". which might be caused by an invalid/incomplete SNMP answer provided by the used NetSNMP libraries.
Check_MK is now handling this result a little more robust by dropping the single result and keeping the other ones.