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

Daily Backup Verify

Combines fleet batch execution to check backup logs and timestamps with a Sentinel credential audit to ensure backup service accounts have not been compromised. Schedule this daily to maintain confidence in your disaster recovery posture.

intermediate
Scheduled (Cron)
2 steps
2 minutes

Steps

1

Check backup logs on each machine

fleet_batch_execute via gripos-mcp

2

Audit credential access for backup service accounts

sentinel_credential_audit_stats via gripos-sentinel-mcp

Recipe JSON

{"schedule":"0 8 * * *","steps":[{"tool":"fleet_batch_execute","args":{"command":"ls -lt /var/backups/ | head -5"},"output_as":"backup_status"},{"tool":"sentinel_credential_audit_stats","output_as":"credential_audit"}],"notify":{"on":"failure","channel":"slack"}}

Prerequisites

  • Backup jobs configured on fleet machines
  • Sentinel credential tracking enabled

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.