Activity log for bug #1599743

Date Who What changed Old value New value Message
2016-07-07 07:11:56 Swann Croiset bug added bug
2016-07-07 07:18:31 Swann Croiset description The current collectd configuration doesn't include NFS FSType: <Plugin df> FSType "ext2" FSType "ext3" FSType "ext4" FSType "xfs" IgnoreSelected false ReportByDevice false ReportInodes true ReportReserved true ValuesAbsolute true ValuesPercentage true </Plugin> We need to add "nfs" (not clear how it's supported [0] and if there is any performance penalty due to network access) [0] https://collectd.org/wiki/index.php/Plugin:DF The current collectd configuration doesn't include NFS FSType: cat /etc/collectd/conf.d/10-df.conf <Plugin df>   FSType "ext2"   FSType "ext3"   FSType "ext4"   FSType "xfs"   IgnoreSelected false   ReportByDevice false   ReportInodes true   ReportReserved true   ValuesAbsolute true   ValuesPercentage true </Plugin> We may need to add FSType "nfs" (not clear how it's supported [0] and if there is any performance penalty due to network access) If it doesn't work, another solution would to configure explicitly the devices: Device "192.168.0.2:/mnt/nfs" [0] https://collectd.org/wiki/index.php/Plugin:DF
2016-07-26 09:19:08 Simon Pasquier lma-toolchain: milestone 0.11.0