Nginx operations pack

v0.2.4

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.

Pack ID
nginx
Vendor
emisar
OS
linux
Actions
22
Required binaries: nginx, curl. 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:7f5d7b21c4e51d378531c6118ad0983c8d6f48f72134d20fcdaf5beed8ed1ae3

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

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

Actions 22 total

View on GitHub