[GitHub] zookeeper pull request #425: Add keys for the Zxid from the stat command

2017-12-05 Thread alexbb
Github user alexbb commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/425#discussion_r155075540 --- Diff: src/contrib/monitoring/check_zookeeper.py --- @@ -169,11 +169,16 @@ def __init__(self, host='localhost', port='2181', timeout=1): def

[GitHub] zookeeper issue #425: Add keys for the Zxid from the stat command

2017-12-05 Thread alexbb
Github user alexbb commented on the issue: https://github.com/apache/zookeeper/pull/425 Created Jira ZOOKEEPER-2950: https://issues.apache.org/jira/browse/ZOOKEEPER-2950 ---

[GitHub] zookeeper pull request #425: Add keys for the Zxid from the stat command

2017-12-05 Thread alexbb
Github user alexbb commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/425#discussion_r155040839 --- Diff: src/contrib/monitoring/check_zookeeper.py --- @@ -169,11 +169,16 @@ def __init__(self, host='localhost', port='2181', timeout=1): def

[GitHub] zookeeper pull request #425: Add keys for the Zxid from the stat command

2017-12-05 Thread alexbb
Github user alexbb commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/425#discussion_r155040923 --- Diff: src/contrib/monitoring/check_zookeeper.py --- @@ -251,6 +256,13 @@ def _parse_stat(self, data): result['zk_znode_count

[GitHub] zookeeper pull request #425: Add keys for the Zxid from the stat command

2017-11-29 Thread alexbb
GitHub user alexbb opened a pull request: https://github.com/apache/zookeeper/pull/425 Add keys for the Zxid from the stat command Add keys for the zxid and its component pieces: epoch and transaction counter. These are not reported by the 'mntr' command so they must be obtained