Skip to main content

HashiCorp Consul operations

v0.2.17

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.

35 allowed by default 7 need approval 2 denied by default
Pack ID
consul
Vendor
emisar
OS
linux
Actions
44
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
consul curl

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:6d2e2f32fbfff3ba64edc25c4a2b42234d3ff741031f1f26dfa699bb1923c2e0

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

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

Actions 44 total

View on GitHub