Ignore more boring filesystems from disk plugin (#4244)
This commit is contained in:
committed by
Daniel Nelson
parent
5f0cbd1255
commit
a4214abfc4
@@ -1077,7 +1077,7 @@
|
||||
# mount_points = ["/"]
|
||||
|
||||
## Ignore mount points by filesystem type.
|
||||
ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
|
||||
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
|
||||
|
||||
|
||||
# Read metrics about disk IO by device
|
||||
|
||||
Reference in New Issue
Block a user