Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 350
blobf3d4647f9e199f0b469afbe7879122273a475103
1 Title: nfsmounts: correctly handle mount points with spaces
2 Level: 1
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387293636
8 Targetversion: future
10 If you have a space in the name of your <b>moint point</b> (not in the name
11 of the export) then the Linux agent would show this mount point always as
12 <tt>hanging</tt>. The reason is that in <tt>/proc/mounts</tt> spaces are
13 displayed as <tt>\040</tt>. This has now been fixed in the agent, which
14 outputs spaces correctly. Also the according check has been modified so that
15 it can deal with spaces in the names of the mount points.