From: Florian Forster Date: Tue, 15 Apr 2008 14:57:46 +0000 (+0200) Subject: collectd.conf(5): Document the `DataSource' option. X-Git-Tag: collectd-4.4.0~33 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d07f285d446bdb5abbb6294ef592c890f7515200;hp=173f0b2aa8b0ce5b5d43d9e719e3585f5f9786c7;p=collectd.git collectd.conf(5): Document the `DataSource' option. --- 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.