ZooKeeper operations

v0.1.2

Cluster + 4lw command + watch + session introspection. Read-only. Set ZK_SERVERS env var (host:port,host:port,…). All four-letter words need to be in zoo.cfg's `4lw.commands.whitelist`.

Pack ID
zookeeper
Vendor
emisar
OS
linux
Actions
8
Required binaries: nc. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:a533510d38ab12d7b26067bd16143b894bc3421c22aef0e4d1d5baf65bcc6b99

on the runner host
sudo emisar pack install zookeeper \
  --hash sha256:a533510d38ab12d7b26067bd16143b894bc3421c22aef0e4d1d5baf65bcc6b99 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 8 total

View on GitHub