GitHub user tbaumann opened a pull request:
https://github.com/apache/bigtop/pull/372
BIGTOP-3047 - Adding Zookeeper nagios checks
Adding nagios checks using the nrpe-external-master and local-monitors
interfaces.
The test helper is from https://github.com/andreisavu/zookeeper-monitoring/
This test helper in the current form does not fail if zookeeper servers
are not available.
Requires latest upstream versions of nrpe-external-master and local-monitors
Implementing: https://issues.apache.org/jira/browse/BIGTOP-3047
Bigtop issue: BIGTOP-3047
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbaumann/bigtop BIGTOP-3047-nagios
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/372.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #372
----
commit fd7f392775af9b230b207fb81ad64e226e964a23
Author: Tilman Baumann <tilman.baumann@...>
Date: 2018-06-28T12:52:34Z
Adding Zookeeper nagios checks
Adding nagios checks using the nrpe-external-master and local-monitors
interfaces.
The test helper is from https://github.com/andreisavu/zookeeper-monitoring/
This test helper in the current form does not fail if zookeeper servers
are not available.
Requires latest upstream versions of nrpe-external-master and local-monitors
Implementing: https://issues.apache.org/jira/browse/BIGTOP-3047
Bigtop issue: BIGTOP-3047
----
---