Werk #5947: df: Exclude docker local storage mounts on docker nodes
Component | Checks & agents | ||
Title | df: Exclude docker local storage mounts on docker nodes | ||
Date | Apr 6, 2018 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The df check is now excluding all filesystems found below /var/lib/docker, which is the default location for the docker container local storage.
Depending on the used storage engine docker creates overlay filesystems and mounts below this hierarchy for the started containers.
The filesystems are not interesting for our monitoring. They will be monitored from the container context.