Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 81
blob57f096b505d60a6332e6e726bb0a0f0d390a89e2
1 Title: Fixed corruption in SNMP walks created with cmk --snmpwalk
2 Level: 1
3 Component: checks
4 Version: 1.2.3i7
5 Date: 1385036527
6 Class: fix
8 In some situations SNMP walks created with <tt>cmk --snmpwalk</tt> were
9 broken and caused an exception when trying to use them. This has been
10 fixed.
12 In stored snmpwalks up to now binary values were stored in their binary
13 representation which caused problems when reading them. Now they are stored
14 in their ASCII representation.
16 Furthermore for producing stored walks the inline SNMP is never used.
17 Stored walks are always created by the command line tools, no regard what
18 the Global Setting is set to.