Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 4876
blob44692ee3aacbb8c870bba9334e29513a380b33c9
1 Title: mounts: Fixed wrong handling of NFS mounts on Linux which are detected as stale
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1498484953
11 Such mounts are marked with '\040(deleted)' und therefore discovered
12 as new services while the related services report
13 {{UNKNOWN - filesystem not mounted}}.
15 This has been fixed. The service now reports
16 {{WARN - Mount point detected as stale}}.
18 Please see
19 https://utcc.utoronto.ca/~cks/space/blog/linux/NFSStaleUnmounting
20 for more information.