Skip to main content

PHP-FPM

v0.1.5

PHP runtime + FPM pool introspection — version, modules, ini, pool status (via fpm_status endpoint), error + slow logs, OPcache state, Composer manifest. Read-only. Set PHP_FPM_STATUS_URL env to point to the FPM status endpoint.

10 allowed by default
Pack ID
php-fpm
Vendor
emisar
OS
linux
Actions
10

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:b3c099a5a81e101fade66fc62c3f31cef99362b082b7b862f85161f6c64ac566

on the runner host
sudo emisar pack install php-fpm \
  --hash sha256:b3c099a5a81e101fade66fc62c3f31cef99362b082b7b862f85161f6c64ac566 \
  --dest /etc/emisar/packs

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

Actions 10 total

View on GitHub