Werk #350: nfsmounts: correctly handle mount points with spaces
Component | Checks & agents | ||||||||||||||||||
Title | nfsmounts: correctly handle mount points with spaces | ||||||||||||||||||
Date | Dec 17, 2013 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | Bug Fix | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
Checkmk versions & editions |
|
If you have a space in the name of your moint point (not in the name of the export) then the Linux agent would show this mount point always as hanging. The reason is that in /proc/mounts spaces are displayed as \040. This has now been fixed in the agent, which outputs spaces correctly. Also the according check has been modified so that it can deal with spaces in the names of the mount points.