Skip to content

Commit baa0b80

Browse files
authored
Do not filter mount points, only file systems (#9)
1 parent 953ace7 commit baa0b80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

telegraf/telegraf.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444

4545
# Storage
4646
[[inputs.disk]]
47-
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"]
48-
# Adjust per server
49-
mount_points = ["/", "/mnt/rollup"]
47+
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs", "nsfs", "efivarfs"]
5048
[[inputs.diskio]]
5149
[[inputs.filecount]]
5250
recursive = true

0 commit comments

Comments
 (0)