Merge pull request #10559 from Security-Onion-Solutions/jertel/pcap

Telegraf should monitor all mount points
This commit is contained in:
Jason Ertel
2023-06-09 09:18:54 -04:00
committed by GitHub

View File

@@ -113,7 +113,7 @@
[[inputs.disk]] [[inputs.disk]]
## By default stats will be gathered for all mount points. ## By default stats will be gathered for all mount points.
## Set mount_points will restrict the stats to only the specified mount points. ## Set mount_points will restrict the stats to only the specified mount points.
mount_points = ["/", "/host/nsm"] #mount_points = ["/", "/host/nsm"]
## Ignore mount points by filesystem type. ## Ignore mount points by filesystem type.
#ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"] #ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]