Code

df plugin: when checking / do it just once
authorBruno Prémont <bonbons@linux-vserver.org>
Wed, 21 Mar 2012 20:34:00 +0000 (21:34 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 7 Sep 2012 08:48:38 +0000 (10:48 +0200)
commit3512bb1a50e2bf1a7f2998101fb5e7c5783bfa51
treebbcf503bcf443be20158d8a0eda9ab935fdcd6a7
parent07739dab47ddd4d51f82e37135dcfcd2addf1812
df plugin: when checking / do it just once

Newer system symlink /etc/mtab to /proc/mounts which makes root
filesystem seem mounted twice, once as type rootfs and once for the
real device.

When / is selected for df plugin, skip the rootfs mount-point as
real root is usually mounted right on top of it.

Not skipping it causes rrdtool to complain about two updates for the
same timestamp, the first entry for rootfs passes but rrdtool complains
when stats for the second occurrence for real filesystem is being
considered.

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Florian Forster <octo@collectd.org>
src/df.c