updated tested versions in description
f8c24de8
Hari Sekhon
committed
5 changed files
check_zookeeper_child_znodes.pl
/check_zookeeper_child_znodes.pl-1+1
/check_zookeeper_child_znodes.pl
Add comment 17
Add comment 18 Base off adjacent check_zookeeper_znode.pl (also part of the Advanced Nagios Plugins Collection)
Add comment 19
Add comment 20 Minus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8 and on Hortonworks HDP 2.2.
Add comment 20 Plus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8, 3.4.11 and on Hortonworks HDP 2.2.
Add comment 21
Add comment 22 API / BUGS / Limitations:
Add comment 23
check_zookeeper_config.pl
/check_zookeeper_config.pl-1+1
/check_zookeeper_config.pl
Add comment 20
Add comment 21 Requires ZooKeeper 3.3.0 onwards.
Add comment 22
Add comment 23 Minus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8 and on Cloudera, Hortonworks and MapR.
Add comment 23 Plus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8, 3.4.11 and on Cloudera, Hortonworks and MapR.
Add comment 24
Add comment 25 BUGS: there are bugs in ZooKeeper's live running config where it doesn't report all the configuration variables from the config file. I checked this with my colleague Patrick Hunt @ Cloudera who reviewed those additions. If you get a warning about missing config not found on running server then you can use the -m switch to ignore it but please also raise a ticket to create an exception for that variable at https://github.com/harisekhon/nagios-plugins/issues/new
Add comment 26 ";
check_zookeeper_version.py
/check_zookeeper_version.py-1+1
/check_zookeeper_version.py
Add comment 21 This is also used in the accompanying test suite to ensure we're checking the right version of ZooKeeper
Add comment 22 and to avoid the check_zookeeper.pl which needs mntr not available in ZooKeeper 3.3
Add comment 23
Add comment 24 Minus  Tested on ZooKeeper 3.3.6, 3.4.8
Add comment 24 Plus  Tested on ZooKeeper 3.3.6, 3.4.8, 3.4.11
Add comment 25
Add comment 26 """
Add comment 27
check_zookeeper_znode.pl
/check_zookeeper_znode.pl-1+1
/check_zookeeper_znode.pl
Add comment 26
Add comment 27 Checks 3-5 and 8 are skipped when specifying --null znodes
Add comment 28
Add comment 29 Minus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8 and on Cloudera, Hortonworks and MapR.
Add comment 29 Plus  Tested on Apache ZooKeeper 3.3.6, 3.4.5, 3.4.6, 3.4.8, 3.4.11 and on Cloudera, Hortonworks and MapR.
Add comment 30
Add comment 31 ================================================================================
Add comment 32 Some useful examples:
check_zookeeper.pl
/check_zookeeper.pl-1+1
/check_zookeeper.pl
Add comment 26
Add comment 27 Requires ZooKeeper 3.4 onwards due to isro and mntr 4lw checks only being available from 3.4+.
Add comment 28
Add comment 29 Minus  Tested on Apache ZooKeeper 3.4.5, 3.4.6, 3.4.8 and on Cloudera, Hortonworks and MapR.
Add comment 29 Plus  Tested on Apache ZooKeeper 3.4.5, 3.4.6, 3.4.8, 3.4.11 and on Cloudera, Hortonworks and MapR.
Add comment 30 ";
Add comment 31
Add comment 32 $VERSION = "0.8.2";