ID: 5947
Title: df: Exclude docker local storage mounts on docker nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i4
The df check is now excluding all filesystems found below
<tt>/var/lib/docker</tt>, 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.