PHP-FPM

v0.1.3

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.

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:2a3137d3a2591f5bcf7cce30cbed4faf157dc6afd0994c67a37e51d1e35ca3d7

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

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

Actions 10 total

View on GitHub