|
- # # 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"]
-
- ignore_mount_points = ["/boot"]
|