Skip to main content

RabbitMQ operations

v0.1.7

Cluster, queue, exchange, binding, connection, channel, and consumer inventory plus narrow operator actions (purge_queue, set_policy, force_close_connection). Uses rabbitmqctl + rabbitmqadmin on the runner host.

15 allowed by default 2 need approval 1 denied by default
Pack ID
rabbitmq
Vendor
emisar
OS
linux
Actions
18
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
rabbitmqctl

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:75a2c2dde972eaf243304081bab0ab6887b0a915632cc65a465d059f38dae102

on the runner host
sudo emisar pack install rabbitmq \
  --hash sha256:75a2c2dde972eaf243304081bab0ab6887b0a915632cc65a465d059f38dae102 \
  --dest /etc/emisar/packs

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

Actions 18 total

View on GitHub