Overcast

Your SRE copilot

System Operational
{{ stats.total_incidents }}
Total Incidents
{{ stats.avg_score }}
Avg Severity
{{ stats.sla_upkeep }}%
SLA Upkeep
{{ stats.mtte_hours }}h
MTTE

Recent Incidents

{% if stats.recent_incidents %} {% for incident in stats.recent_incidents %} {% endfor %}
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 }}
{% endif %} {% if analysis.impact_assessment %}
💥 Impact Assessment
{{ analysis.impact_assessment }}
{% endif %} {% if analysis.resolution_steps %}
🛠️ Resolution Steps
    {% for step in analysis.resolution_steps %}
  • {{ step }}
  • {% endfor %}
{% endif %} {% if analysis.preventive_measures %}
🛡️ Preventive Measures
    {% for measure in analysis.preventive_measures %}
  • {{ measure }}
  • {% endfor %}
{% endif %} {% if analysis.timeline %}
📅 Timeline
    {% for event in analysis.timeline %}
  • {{ event }}
  • {% endfor %}
{% endif %} {% else %}
🤖 AI analysis is being generated... Refresh in a few moments.
{% endif %}
{% else %}

No incidents found. Your system is running smoothly! 🎉

{% endif %}

Analytics

💻 CLI
overcast> Welcome to Overcast CLI!
overcast> Type 'help' to see available commands