Only collect info on the / mountpoint
The original intention was to collect information on the data dirs as well but we have long moved away from that design. On some VPS like scaleway, this ends up collecting info on devicemapper stuff (which are on ext4, not sure why). In future, we should collect info of other disks as well (#348) Fixes #389
This commit is contained in:
@@ -194,6 +194,7 @@ LoadPlugin write_graphite
|
||||
|
||||
<Plugin df>
|
||||
FSType "ext4"
|
||||
MountPoint "/"
|
||||
|
||||
ReportByDevice true
|
||||
IgnoreSelected false
|
||||
|
||||
Reference in New Issue
Block a user