Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1012
blob6bd49944eb7a681e12b0d2dcd65b7c4d78f93a15
1 Title: Fix quoting of backslashes in custom checks with nagios core
2 Level: 2
3 Component: core
4 Version: 1.2.5i5
5 Date: 1403786142
6 Class: fix
7 Compatible: incomp
9 When you are using Nagios as montitoring core then backslashes contained
10 in <tt>custom_checks</tt> (Classical active and passive Nagios checks) would
11 be interpreted by Nagios. That way single backslashes would usually vanish
12 und you would have to duplicate them.
14 The Check_MK Micro Core never interpreted these backslashes so it was
15 transparent for the user.
17 This fix changes the behaviour of Check_MK in a way that also with the
18 Nagios core you need only one backslash. Backslashes are transparent
19 now.
21 <b>NOTE</b>: If you have custom checks that contain backslashes (for
22 example as part of names or passwords) then you need to remove
23 duplicate backslashes after this update!