fleet_health_snapshot
Triages fleet health via SSH fan-out: displays load, CPU count, memory percentage, php-fpm saturation, and web stack for each instance, flagging sick boxes without manual SSH. Lists unreachable hosts separately.
Instructions
Triage the whole fleet in one table via SSH fan-out: load, CPU count, memory %, php-fpm pool saturation (active/max_children) and listening web stack across all managed instances. Surfaces the sick box without SSH'ing into each by hand. Unreachable hosts are listed separately. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Optional region filter. | |
| timeout | No | Per-host SSH timeout in seconds (5–60, default 15). | |
| running_only | No | Probe only running instances (default true). |