Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
PHP-FPM
v0.1.3PHP 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.
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
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-
composer show (in $COMPOSER_DIR)
-
tail FPM error_log
-
GET /ping (FPM)
-
GET /status (FPM)
-
GET /status?full (FPM per-process)
-
php --ini
-
php -m
-
GET /opcache-status
-
tail FPM slow_log
-
php -v