fleet_health_snapshot
Probe all fleet instances via SSH fan-out to surface unhealthy boxes. Shows load, CPU, memory, PHP-FPM, and web stack in one table, listing 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). |