Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8178
blob1646d1115a64f941cc35fcf69d639937e89e03c9
1 Title: Processing SNMP values unmodified to checks (might break some SNMP checks)
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Version: 1.2.7i1
6 Date: 1424961855
7 Class: fix
9 Previous versions of the Inline-SNMP code were replacing and
10 stripping different characters from the values reported by
11 SNMP. This has been done to be compatible to the classic SNMP
12 behaviour and to fix different cases of strange characters in
13 the SNMP data.
14 We decided to clean this totally up that the single checks get
15 the real unmodified SNMP values which then need to be handled
16 by the SNMP checks individually.