summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67ec899)
raw | patch | inline | side by side (parent: 67ec899)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 6 Jul 2009 16:24:20 +0000 (18:24 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 6 Jul 2009 16:24:20 +0000 (18:24 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 36ef90fa5f98f51afec4e46f6ecd3e59477e929b..5ceba614874635f36a4dfc211b8d5eda7cfb395c 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -3537,6 +3537,13 @@ This applies to missing values, too: If set to B<true> a notification about a
missing value is generated once every B<Interval> seconds. If set to B<false>
only one such notification is generated until the value appears again.
+=item B<Percentage> B<true>|B<false>
+
+If set to B<true>, the minimum and maximum values given are interpreted as
+percentage value, relative to the other data sources. This is helpful for
+example for the "df" type, where you may want to issue a warning when less than
+5E<nbsp>% of the total space is available. Defaults to B<false>.
+
=back
=head1 FILTER CONFIGURATION