fleet_health_snapshot
Triage an entire server fleet in one read-only table via SSH fan-out, showing load, CPU, memory, PHP-FPM saturation, and web stack status to surface unhealthy hosts and flag unreachable hosts.
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). |