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

EOD Status Update

Pulls fleet health metrics and active Sentinel alerts into a concise end-of-day status update. Schedule for 30 minutes before your workday ends to document the day's state and hand off cleanly to on-call or the next shift.

intermediate
Scheduled (Cron)
2 steps
30 seconds

Steps

1

Get current fleet health

fleet_health_report via gripos-mcp

2

List any active alerts

sentinel_alert_list via gripos-sentinel-mcp

Recipe JSON

{"schedule":"0 17 * * 1-5","steps":[{"tool":"fleet_health_report","output_as":"fleet_health"},{"tool":"sentinel_alert_list","output_as":"active_alerts"}],"output":"eod_status_document"}

Prerequisites

  • Fleet configured
  • Sentinel running

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.