Skip to content

Instantly share code, notes, and snippets.

@jage
Last active January 7, 2018 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jage/29e0b7e617467fcaaf51 to your computer and use it in GitHub Desktop.
Save jage/29e0b7e617467fcaaf51 to your computer and use it in GitHub Desktop.
Consul (Nagios) compatible script to check ZooKeeper node
#!/bin/sh
test "$(echo ruok | nc 127.0.0.1 2181)" = "imok" || $(exit 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment