summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c97b1e4)
raw | patch | inline | side by side (parent: c97b1e4)
author | Pavel Rochnyack <pavel2000@ngs.ru> | |
Wed, 24 Feb 2016 15:38:30 +0000 (22:38 +0700) | ||
committer | Pavel Rochnyack <pavel2000@ngs.ru> | |
Sat, 30 Sep 2017 11:31:34 +0000 (18:31 +0700) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 44ecd361e0d14560810124e78f17f270a435ee0e..05e205f093200727467310966512f10c29918a50 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Use I<Instance> as the plugin instance when submitting values. Defaults to an
empty string (no plugin instance).
+=item B<PluginName> I<PluginName>
+
+Use I<PluginName> as the plugin name when submitting values.
+Defaults to 'curl_xml'.
+
=item B<Namespace> I<Prefix> I<URL>
If an XPath expression references namespaces, they must be specified
@@ -2000,9 +2005,19 @@ Specifies a XPath expression to use for determining the I<type instance>. The
XPath expression must return exactly one element. The element's value is then
used as I<type instance>, possibly prefixed with I<InstancePrefix> (see above).
-This value is required. As a special exception, if the "base XPath expression"
-(the argument to the B<XPath> block) returns exactly one argument, then this
-option may be omitted.
+=item B<PluginInstanceFrom> I<PluginInstanceFrom>
+
+Specifies a XPath expression to use for determining the I<plugin instance>. The
+XPath expression must return exactly one element. The element's value is then
+used as I<plugin instance>.
+
+=back
+
+If the "base XPath expression" (the argument to the B<XPath> block) returns
+exactly one argument, then I<InstanceFrom> and I<PluginInstanceFrom> may be omitted.
+Otherwise, at least one of I<InstanceFrom> or I<PluginInstanceFrom> is required.
+
+=over 4
=item B<ValuesFrom> I<ValuesFrom> [I<ValuesFrom> ...]