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.
Steps
Check backup logs on each machine
fleet_batch_execute via gripos-mcp
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
Similar Recipes
Fleet Health Check
Runs a comprehensive health report across all fleet machines and lists their status.
Credential Rotation Audit
Audits credential access patterns and flags secrets that are overdue for rotation.
Security Posture Review
Generates a comprehensive security posture report including policy status, active alerts, and compliance score.