From 4502af36ff685d6e20b3115618d13bbf2b9bd0d3 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 20 Nov 2006 19:49:09 +0100 Subject: [PATCH] collectd.conf(5): Documented the new selection options of the df-plugin. --- src/collectd.conf.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index aae7356b..f5215718 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -160,6 +160,31 @@ TCP-Port to connect to. Defaults to B<3551>. =back +=head2 Plugin C + +=over 4 + +=item B I + +Select partitions based on the devicename. + +=item B I + +Select partitions based on the mountpoint. + +=item B I + +Select partitions based on the filesystem type. + +=item B I|I + +Invert the selection: If set to true, all partitions B the ones that +match any one of the criteria are collected. By default only selected +partitions are collected if a selection is made. If no selection is conifured +at all, B partitions are selected. + +=back + =head2 Plugin C =over 4 @@ -286,6 +311,8 @@ other sensors are collected. back +=back + =head2 Plugin C =over 4 -- 2.11.0