{{ stats.total_incidents }}
Total Incidents
{{ stats.avg_score }}
Avg Severity
{{ stats.sla_upkeep }}%
SLA Upkeep
{{ stats.mtte_hours }}h
MTTE
Recent Incidents
Service | Summary | Score | Status | Created | Actions |
---|---|---|---|---|---|
{{ incident.service_name or 'unknown' }} | {{ incident.summary[:60] }}{% if incident.summary|length > 60 %}...{% endif %} | {% set score = incident.score or 0 %} {% if score >= 8 %} {{ "%.1f"|format(score) }} {% elif score >= 6 %} {{ "%.1f"|format(score) }} {% elif score >= 4 %} {{ "%.1f"|format(score) }} {% else %} {{ "%.1f"|format(score) }} {% endif %} | {{ incident.status or 'open' }} | {{ incident.created_at[:16] if incident.created_at else 'unknown' }} | {% if incident.status != 'resolved' %} {% endif %} |
{% if incident.ai_analysis %}
{% set analysis = incident.ai_analysis %}
{% if analysis.root_cause %}
🎯 Root Cause Analysis
{{ analysis.root_cause }}
💥 Impact Assessment
{{ analysis.impact_assessment }}
🛠️ Resolution Steps
🛡️ Preventive Measures
📅 Timeline
🤖 AI analysis is being generated... Refresh in a few moments.
{% endif %}
|
No incidents found. Your system is running smoothly! 🎉
Analytics
💻 CLI
overcast>
Welcome to Overcast CLI!
overcast>
Type 'help' to see available commands