mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Merge pull request #543 from Security-Onion-Solutions/quickfix/telegrafnsm
fix missing telegraf data for /nsm
This commit is contained in:
@@ -498,7 +498,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 = ["/","/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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user