From 392492be04f489cc686d83298aa71689e0ee5aeb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 3 Aug 2017 11:45:14 -0700 Subject: [PATCH] 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 --- setup/start/collectd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/start/collectd.conf b/setup/start/collectd.conf index 61303f627..91b32e6b9 100644 --- a/setup/start/collectd.conf +++ b/setup/start/collectd.conf @@ -194,6 +194,7 @@ LoadPlugin write_graphite FSType "ext4" + MountPoint "/" ReportByDevice true IgnoreSelected false