cbueche commented on code in PR #1984:
URL: https://github.com/apache/zookeeper/pull/1984#discussion_r1126554104


##########
zookeeper-contrib/zookeeper-contrib-monitoring/check_zookeeper.py:
##########
@@ -261,62 +256,21 @@ def _parse_stat(self, data):
                 result['zk_znode_count'] = int(m.group(1))
                 continue
 
-            m = re.match('Watch count: (\d+)', line)

Review Comment:
   so apologies I should have checked this. Basically there are two changes in 
my PR:
   -  used 2to3 to make it work with Python 3.x
   - loop to get all data in _send_cmd()



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to