summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b6adfd)
raw | patch | inline | side by side (parent: 0b6adfd)
author | Fabien Wernli <github@faxm0dem.org> | |
Fri, 27 Sep 2013 07:42:46 +0000 (09:42 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 27 Sep 2013 09:14:15 +0000 (11:14 +0200) |
spotted by lukas227 in IRC:
23:43 < lukas227> Hi, I think I found a mistake in the threshold.conf(5) man page: the example
THRESHOLD CONFIGURATION is within <Threshold></Threshold> tags, but should
probably be within <Plugin "threshold"></Plugin> tags (doesn work with
<Threshold> for me)
Day changed to 27 Sep 2013
Signed-off-by: Florian Forster <octo@collectd.org>
23:43 < lukas227> Hi, I think I found a mistake in the threshold.conf(5) man page: the example
THRESHOLD CONFIGURATION is within <Threshold></Threshold> tags, but should
probably be within <Plugin "threshold"></Plugin> tags (doesn work with
<Threshold> for me)
Day changed to 27 Sep 2013
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 0a2a5f7790de1ca30e5b93aa714d97af5073b3d0..98b492d14f839868183787609cf43f743dd0a230 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Here is a configuration example to get you started. Read below for more
information.
- <Threshold>
+ <Plugin threshold>
<Type "foo">
WarningMin 0.00
WarningMax 1000.00
</Type>
</Plugin>
</Host>
- </Threshold>
+ </Plugin>
There are basically two types of configuration statements: The C<Host>,
C<Plugin>, and C<Type> blocks select the value for which a threshold should be