Skip to main content

HAProxy operations

v0.1.5

Stats, server state, frontends/backends, session inventory, plus narrow mutators to enable/disable backend servers. Talks to the HAProxy admin socket. Set HAPROXY_SOCK env var on the runner host.

9 allowed by default 3 need approval
Pack ID
haproxy
Vendor
emisar
OS
linux
Actions
12
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
socat

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:2dcc08be79212f29b41eb07ab3165ed1f77d4db1e60954be5496cbf7506181b1

on the runner host
sudo emisar pack install haproxy \
  --hash sha256:2dcc08be79212f29b41eb07ab3165ed1f77d4db1e60954be5496cbf7506181b1 \
  --dest /etc/emisar/packs

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

Actions 12 total

View on GitHub