mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-14 13:12:49 +01:00
add monitored mounts, ignores docker overlays
This commit is contained in:
@@ -113,7 +113,13 @@
|
||||
[[inputs.disk]]
|
||||
## 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 = ["/", "/host/nsm"]
|
||||
mount_points = ["/host",
|
||||
"/host/nsm",
|
||||
"/host/var",
|
||||
"/host/var/log",
|
||||
"/host/var/log/audit",
|
||||
"/host/var/tmp"
|
||||
]
|
||||
|
||||
## Ignore mount points by filesystem type.
|
||||
#ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
|
||||
|
||||
Reference in New Issue
Block a user