Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7557
blob95938f30811b48749131d62c9a023f1ac45350bb
1 Title: Updated NSCA to be compatible with clients of newer distros
2 Level: 1
3 Component: packages
4 Class: fix
5 Compatible: incomp
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1459428947
10 Some distros ship newer version of send_nsca which are not compatible
11 anymore with the old NSCA 2.7 server shipped with Check_MK. So we had
12 to update NSCA to 2.9.1.
14 The version is incompatible in one detail: If you are submitting
15 multiple check results at once you can not use new lines (\n) anymore.
16 You will have to change it to use the ETB character. This was a subtile
17 and not well documented change in NSCA. The help text of send_nsca
18 contains the following text:
20 ===
21 When submitting multiple simultaneous results, separate each set with the ETB
22 character (^W or 0x17)
23 ===
25 This commit is related: https://github.com/NagiosEnterprises/nsca/commit/7256213ef1b3b937e991a8ff5d8782de98d5a11b