Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2937
blob278b61ffcd327628511536bbb1da1ea3e9ba2c71
1 Title: mrpe: check now supports service descriptions using percent-encoded characters
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Version: 1.2.7i4
6 Date: 1453724472
7 Class: feature
9 mrpe services can now contain any character using percent encoding. This is particularly useful to
10 include spaces in the service description as that was previously impossible due to the way mrpe.cfg
11 was parsed.
12 This change is incompatible as any %xx sequence will now be converted whereas it was previously
13 included in the service description as unchanged.