Fleet Health Check
Automatically polls every machine in your fleet for CPU, memory, disk, and process health, then compiles a summary report. Use this on a daily or hourly schedule to catch infrastructure issues before they affect production workloads.
Steps
List all machines in the fleet
fleet_machine_list via gripos-mcp
Generate a health report for the fleet
fleet_health_report via gripos-mcp
Recipe JSON
{"schedule":"0 */6 * * *","steps":[{"tool":"fleet_machine_list","output_as":"machines"},{"tool":"fleet_health_report","output_as":"health_report"}],"notify":{"on":"warning","channel":"slack"}}Prerequisites
- gripos-fleet configured with at least one machine
Similar Recipes
Disk Space Monitor
Monitors disk usage across fleet machines and alerts when thresholds are exceeded.
Deploy Canary Check
Validates a canary deployment by running health checks and comparing metrics against the baseline.
Daily Backup Verify
Verifies that backups completed successfully and audits credential access for the backup service.