{% if runbooks %} {% for runbook in runbooks %} {% endfor %} {% else %} {% endif %}
Title Services Alerts Automated Success Rate Actions
{{ runbook.title }}
{{ runbook.description }}
{% if runbook.services %}
{% for svc in runbook.services[:3] %} {{ svc }} {% endfor %} {% if runbook.services|length > 3 %} +{{ runbook.services|length - 3 }} {% endif %}
{% else %} {% endif %}
{% if runbook.alert_names %} {{ runbook.alert_names|length }} alerts {% else %} {% endif %} {% if runbook.automated %} Automated {% else %} Manual {% endif %} {% if runbook.success_rate %} {{ "%.0f"|format(runbook.success_rate * 100) }}% {% else %} {% endif %}
No runbooks found. Add runbooks to ~/.autosre/runbooks/