HAProxy operations

v0.1.3

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.

Pack ID
haproxy
Vendor
emisar
OS
linux
Actions
12
Required binaries: socat. 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:cc80d54f5afbe340807b6bb6ea11a1395530924d0d59bb9fb1953507c16167d5

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

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

Actions 12 total

View on GitHub