We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

All Recipes

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.

beginner
Scheduled (Cron)
2 steps
30 seconds

Steps

1

List all machines in the fleet

fleet_machine_list via gripos-mcp

2

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

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.