Skip to content

Commit 9ce0e96

Browse files
Add Runbook Automator dashboard - automated incident response playbooks
New feature: Interactive Runbook Automator (dashboard/runbooks.html) - Create, manage, and simulate automated incident response runbooks - Define trigger conditions (metric + threshold + time window) - Multi-step workflows with 4 step types: action, check, gate, notify - Approval gates pause execution for human-in-the-loop review - Live simulation with step-by-step execution and progress bar - Execution history with success/failure/partial tracking - 5 pre-built runbooks: error rate, cost overrun, latency, anomaly, SLA breach - Search, enable/disable, delete runbooks - Overview stats: total runbooks, active count, executions, success rate - Full dark/light theme support, localStorage persistence - Added nav link from main dashboard Usage: Click 'Runbooks' in the dashboard header navigation
1 parent bc7d617 commit 9ce0e96

2 files changed

Lines changed: 503 additions & 0 deletions

File tree

dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h1 class="logo">🔍 AgentLens</h1>
2828
<a href="alerts.html" class="btn btn-alert-header" style="text-decoration:none">🚨 Alert Rules</a>
2929
<a href="profiler.html" class="btn btn-alert-header" style="text-decoration:none">🧬 Profiler</a>
3030
<a href="correlator.html" class="btn btn-alert-header" style="text-decoration:none">🔗 Correlator</a>
31+
<a href="runbooks.html" class="btn btn-alert-header" style="text-decoration:none">📋 Runbooks</a>
3132
<button class="btn btn-alert-header" onclick="openAlertsModal()" id="alertsBtn">
3233
🔔 Alerts <span class="alert-badge" id="alertBadge" style="display:none">0</span>
3334
</button>

0 commit comments

Comments
 (0)