summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 173f0b2)
raw | patch | inline | side by side (parent: 173f0b2)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 15 Apr 2008 14:57:46 +0000 (16:57 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 15 Apr 2008 14:57:46 +0000 (16:57 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 40c31581a330ed8a4421690574bde8840bbc567a..781e273823730d9265dfeea6dc15f0f3729c5ad9 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Instance "eth0"
<Type "if_octets">
FailureMax 10000000
+ DataSource "rx"
</Type>
</Plugin>
@@ -1411,6 +1412,19 @@ infinity. If a value is less than B<FailureMin> a B<FAILURE> notification will
be created. If the value is less than B<WarningMin> but greater than (or equal
to) B<FailureMin> a B<WARNING> notification will be created.
+=item B<DataSource> I<DSName>
+
+Some data sets have more than one "data source". Interesting examples are the
+C<if_octets> data set, which has received (C<rx>) and sent (C<tx>) bytes and
+the C<disk_ops> data set, which holds C<read> and C<write> operations. The
+system load data set, C<load>, even has three data sources: C<shortterm>,
+C<midterm>, and C<longterm>.
+
+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<DataSource> option to have a threshold apply only to
+one data source.
+
=item B<Invert> B<true>|B<false>
If set to B<true> the range of acceptable values is inverted, i.E<nbsp>e.