{% extends "base.html" %} {% block title %}Databases - Hermetic Suite{% endblock %} {% block content %}
{% if active_alerts %}| Database | Severity | Message | Since |
|---|---|---|---|
| Connection #{{ alert.connection_id }} | {{ alert.severity|upper }} | {{ alert.message }} | {{ alert.triggered_at.strftime('%Y-%m-%d %H:%M') }} |
| Name | Type | Host | Status | Connections | Last Check | Actions |
|---|---|---|---|---|---|---|
| {{ conn.name }} {% if item.alert_count > 0 %} {{ item.alert_count }} {% endif %} | {{ conn.db_type|upper }} |
{{ conn.host }}:{{ conn.port }}
{% if conn.tunnel_server_id %}
(via tunnel)
{% endif %}
|
{% if snapshot %} {{ snapshot.status }} {% else %} Unknown {% endif %} | {% if snapshot and snapshot.active_connections is not none %} {{ snapshot.active_connections }} / {{ snapshot.max_connections }} {% else %} - {% endif %} | {% if snapshot %} {{ snapshot.collected_at.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} | View |
No database connections configured.
Add Database Connection