The following dashboards are provided for use with data from the Telegraf disk input.
The following input plugin configuration is required to provide the data for these dashboards.
[[inputs.disk]]
# By default stats will be gathered for all mount points. Set mount_points will restrict the stats to only the
# specified mount points.
#mount_points = ["/"]
# Ignore mount points by filesystem type.
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs", "shm", "/dev/loop*"]
[inputs.disk.tagdrop]
path = [ "/run/docker/runtime-runc/moby/*" ]