You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check to verify the mode of a node is not working. The code used to send the four letter word is not correct hence the result of the request is empty.
This is the only script that uses a different strategy to send the request. You should perhaps unify the scripts.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up, I would be more than happy to review a PR to fix that and bring things more inline with the way the other checks work. pinging @fsniper as he is probably the most active contributor to this plugin.
I just checked my installed instance (1.4.0) and the check seems to be working correctly.
/opt/sensu/embedded/bin/check-zookeeper-mode.rb -s localhost -p 2181 -m master
CheckZookeeperMode CRITICAL: Zookeeper mode is follower and it does not match master /opt/sensu/embedded/bin/check-zookeeper-mode.rb -s localhost -p 2181 -m follower
CheckZookeeperMode OK: follower
The check to verify the mode of a node is not working. The code used to send the four letter word is not correct hence the result of the request is empty.
This is the only script that uses a different strategy to send the request. You should perhaps unify the scripts.
The text was updated successfully, but these errors were encountered: