Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5947
blob30589c7b236199343a8c7ca75cf3917cda69379b
1 Title: df: Exclude docker local storage mounts on docker nodes
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1523005992
8 Class: feature
10 The df check is now excluding all filesystems found below
11 <tt>/var/lib/docker</tt>, which is the default location for
12 the docker container local storage.
14 Depending on the used storage engine docker creates overlay
15 filesystems and mounts below this hierarchy for the started
16 containers.
18 The filesystems are not interesting for our monitoring. They
19 will be monitored from the container context.