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:
Girish Ramakrishnan
2017-08-03 11:45:14 -07:00
parent 4fd0c3c66c
commit 392492be04
+1
View File
@@ -194,6 +194,7 @@ LoadPlugin write_graphite
<Plugin df>
FSType "ext4"
MountPoint "/"
ReportByDevice true
IgnoreSelected false