From d07f285d446bdb5abbb6294ef592c890f7515200 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 15 Apr 2008 16:57:46 +0200 Subject: [PATCH] collectd.conf(5): Document the `DataSource' option. --- src/collectd.conf.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 40c31581..781e2738 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1361,6 +1361,7 @@ information. Instance "eth0" FailureMax 10000000 + DataSource "rx" @@ -1411,6 +1412,19 @@ infinity. If a value is less than B a B notification will be created. If the value is less than B but greater than (or equal to) B a B notification will be created. +=item B I + +Some data sets have more than one "data source". Interesting examples are the +C data set, which has received (C) and sent (C) bytes and +the C data set, which holds C and C operations. The +system load data set, C, even has three data sources: C, +C, and C. + +Normally, all data sources are checked against a configured threshold. If this +is undesirable, or if you want to specify different limits for each data +source, you can use the B option to have a threshold apply only to +one data source. + =item B B|B If set to B the range of acceptable values is inverted, i.Ee. -- 2.11.0