Skip to main content

Nginx operations pack

v0.2.8

Operator pack for nginx — read-only status + access-log analysis, TLS cert probes, and narrow operator actions (test_config, reload, graceful quit, stop). Full restart is intentionally not included; use systemd for that.

19 allowed by default 2 need approval 1 denied by default
Pack ID
nginx
Vendor
emisar
OS
linux
Actions
22
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
nginx 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:64758a7085ee6fa1ca823f41dca7305cf9cc69f5c9b970e056dc3708fd829060

on the runner host
sudo emisar pack install nginx \
  --hash sha256:64758a7085ee6fa1ca823f41dca7305cf9cc69f5c9b970e056dc3708fd829060 \
  --dest /etc/emisar/packs

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

Actions 22 total

View on GitHub