What is Auto-Remediation?
Auto-remediation enables your infrastructure to automatically respond to issues without manual intervention. When a problem is detected, predefined policies execute corrective actions immediately, reducing downtime and freeing your team from routine tasks.
How Auto-Remediation Works
Issue Detected
→
Match Policy
→
Execute Action
→
Verify & Log
Key Benefits
Faster Response
Automated responses execute in seconds, not the minutes or hours it takes for manual intervention.
24/7 Coverage
Issues get fixed even at 3 AM when no one is watching the dashboard.
Team Efficiency
Your team focuses on improvements, not repetitive manual fixes.
Consistent Results
Every issue is handled the same way, following your documented procedures.
Example: Server Restart Policy
Automatic Server Restart on High Memory
Trigger
Memory usage > 95%
Wait Period
5 minutes
Action
Cordon → Drain → Restart
Max Retries
2 per day
Common Use Cases
- High CPU/Memory: Automatically restart struggling services
- Disk Space Low: Clean up temp files and old logs
- Server Unhealthy: Cordon server to prevent new meetings
- Service Crashed: Restart BBB services automatically
- Connection Issues: Trigger network diagnostics
- Recording Backlog: Scale processing resources
Safety Features
- Rate Limiting: Prevent action loops with cooldown periods
- Max Retries: Stop after N failed attempts
- Approval Mode: Require human approval for risky actions
- Audit Logging: Every action is logged for review
- Rollback: Automatic rollback if verification fails
Next Steps
Learn how to create your first remediation policy or explore pre-built policy templates.