Update collectd.conf.pod
authorFabien Wernli <github@faxm0dem.org>
Fri, 27 Sep 2013 07:42:46 +0000 (09:42 +0200)
committerFlorian 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>
src/collectd.conf.pod

index 0a2a5f7..98b492d 100644 (file)
@@ -5900,7 +5900,7 @@ When a value comes within range again or is received after it was missing, an
 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
@@ -5931,7 +5931,7 @@ information.
        </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