{% extends "base.html" %} {% block title %}Dashboard – GANDALF{% endblock %} {% block content %}
No host data yet – monitor is initializing.
{% endfor %}| Status | Name | Type | Model | IP | Actions |
|---|---|---|---|---|---|
| {{ 'ONLINE' if d.connected else 'OFFLINE' }} | {{ d.name }} | {{ d.type }} | {{ d.model }} | {{ d.ip }} | {% if not d.connected %} {% endif %} |
| Sev | Type | Target | Detail | Description | First Seen | Last Seen | Failures | Ticket | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ e.severity }} | {{ e.event_type | replace('_', ' ') }} | {{ e.target_name }} | {{ e.target_detail or '–' }} | {{ e.description | truncate(60) }} | {{ e.first_seen }} | {{ e.last_seen }} | {{ e.consecutive_failures }} | {% if e.ticket_id %} #{{ e.ticket_id }} {% else %}–{% endif %} | |
| No active alerts ✔ | |||||||||
No active alerts ✔
{% endif %}