11 lines
337 B
TOML
11 lines
337 B
TOML
# # collect interval
|
|
# interval = 15
|
|
|
|
# # 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", "iso9660", "overlay", "aufs", "squashfs", "nsfs"]
|
|
|