{% extends "base.html" %} {% block title %}Execution Failure Reports — Server Monitoring{% endblock %} {% block page_title %}Execution Failure Reports{% endblock %} {% block content %}
Saved records of failed or unreachable hosts from completed playbook executions.
{{ reports | length }} report(s){{ report.execution_id[:8] }}…
| Hostname | Status | Reason |
|---|---|---|
| {{ host.hostname }} | {% if host.status == 'unreachable' %} unreachable {% else %} failed {% endif %} | {{ host.reason }} |
No failure reports saved yet.
Use the Save Report button in the execution popup when a playbook has failed or unreachable hosts.