HashiCorp Consul operations

v0.2.7

Deep Consul ops — agent self/metrics/host introspection, operator raft + autopilot + reload, catalog (services + nodes + datacenters), health (passing/warning/critical) with force-pass/fail/warn check mutators, KV (get/list/recursive), ACL tokens/policies/roles, Connect mesh (CA roots, intentions), sessions, prepared queries, snapshots (save/inspect/restore), and narrow operator actions (deregister, maintenance, raft remove-peer). Auth via CONSUL_HTTP_ADDR + CONSUL_HTTP_TOKEN env vars.

Pack ID
consul
Vendor
emisar
OS
linux
Actions
44
Required binaries: consul, curl. 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:0aa33d8a7346c020d2b2954c0dc7690011244814103d0d60970f88394f5e4dca

on the runner host
sudo emisar pack install consul \
  --hash sha256:0aa33d8a7346c020d2b2954c0dc7690011244814103d0d60970f88394f5e4dca \
  --dest /etc/emisar/packs

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

Actions 44 total

View on GitHub