1
0
Fork 0
telegraf/migrations/inputs_disk/testcases/deprecated_mountpoints/telegraf.conf

8 lines
283 B
Text
Raw Permalink Normal View History

# Read metrics about disk usage by mount point
[[inputs.disk]]
## Deprecated mountpoint option
mountpoints = ["/mnt/disk", "/srv", "/mnt/others"]
## Ignore mount points by filesystem type.
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]