Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 397
blob849b04c3897c41bb5171ead54a31ad581dc2d24a
1 Title: mrpe: tolerate performance variable names with spaces
2 Level: 1
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387367800
8 Targetversion: future
10 Some bizarre legacy check plugins use spaces in the names of their performance
11 variables. Nagios allows this under certain circumstances. The <tt>mrpe</tt>
12 check would fail with an exception, though.
14 The fix now tolerates spaces, but uses just the last component of the variable
15 name in that case. All RRD graphs will be created correctly, though with an
16 incomplete name. In most cases that should be OK.