From: Jeremy Katz Date: Fri, 28 Nov 2014 05:32:32 +0000 (-0500) Subject: Add information to collectd.conf (5) for the zookeeper plugin X-Git-Tag: collectd-5.5.0~116^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a65b0ccd53255dd690a9a0968fbcdc937967280c;p=collectd.git Add information to collectd.conf (5) for the zookeeper plugin --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index a65d432b..1588bf8b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7290,6 +7290,31 @@ attribute for each metric being sent out to I. =back +=head2 Plugin C + +The I will collect statistics from a I server +using the mntr command. It requires Zookeeper 3.4.0+ and access to the +client port. + +B + + + Host "127.0.0.1" + Port "2181" + + +=over 4 + +=item B I
+ +Hostname or address to connect to. Defaults to C. + +=item B I + +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. By that