summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b16869)
raw | patch | inline | side by side (parent: 3b16869)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 17 May 2013 10:54:16 +0000 (12:54 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 17 May 2013 10:54:16 +0000 (12:54 +0200) |
There previously was no mention of the mandatory <Instance> block.
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index c025f94928552961b2056e70029d2694a128343e..6c39f71072bf4d9fc8d451b78c1cdabb26c1ab19 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<varnish>
-The Varnish plugin collects information about Varnish, an HTTP accelerator.
+The I<varnish plugin> collects information about Varnish, an HTTP accelerator.
+
+Synopsis:
+
+ <Plugin "varnish">
+ <Instance "example">
+ CollectCache true
+ CollectConnections true
+ CollectBackend true
+ CollectSHM true
+ CollectESI false
+ CollectFetch false
+ CollectHCB false
+ CollectSMA false
+ CollectSMS false
+ CollectSM false
+ CollectTotals false
+ CollectWorkers false
+ </Instance>
+ </Plugin>
+
+The configuration consists of one or more E<lt>B<Instance>E<nbsp>I<Name>E<gt>
+blocks. I<Name> is the parameter passed to "varnishd -n". If left empty, it
+will collectd statistics from the default "varnishd" instance (this should work
+fine in most cases).
+
+Inside each E<lt>B<Instance>E<gt> blocks, the following options are recognized:
=over 4