summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff8752c)
raw | patch | inline | side by side (parent: ff8752c)
author | Jeremy Katz <jeremy@katzbox.net> | |
Fri, 28 Nov 2014 05:32:32 +0000 (00:32 -0500) | ||
committer | Jeremy Katz <jeremy@katzbox.net> | |
Fri, 28 Nov 2014 05:32:32 +0000 (00:32 -0500) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index a65d432bd2ed0e20721ee51fb09763f27ce43f03..1588bf8b38bb24fde4b83f92b16b93480a57938c 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<zookeeper>
+
+The I<zookeeper plugin> will collect statistics from a I<Zookeeper> server
+using the mntr command. It requires Zookeeper 3.4.0+ and access to the
+client port.
+
+B<Synopsis:>
+
+ <Plugin "zookeeper">
+ Host "127.0.0.1"
+ Port "2181"
+ </Plugin>
+
+=over 4
+
+=item B<Host> I<Address>
+
+Hostname or address to connect to. Defaults to C<localhost>.
+
+=item B<Port> I<Service>
+
+Service name or port number to connect to. Defaults to C<2181>.
+
+=back
+
=head1 THRESHOLD CONFIGURATION
Starting with version C<4.3.0> collectd has support for B<monitoring>. By that