{% extends "base.html" %} {% block title %}{{ device.name }} - MCP Network Diagnostics{% endblock %} {% block content %}
Type: {{ device.device_type }}
Collector: {{ device.collector_type }}
Last Seen: {{ device.last_seen.strftime('%Y-%m-%d %H:%M:%S') }}
| Timestamp | Value |
|---|---|
| {{ metric.timestamp.strftime('%H:%M:%S') }} | {{ "%.2f"|format(metric.value) }}% |
No metrics available
{% endif %}| Severity | Summary | Created |
|---|---|---|
| {{ incident.severity.upper() }} | {{ incident.summary }} | {{ incident.created_at.strftime('%Y-%m-%d %H:%M') }} |
No incidents
{% endif %}