LabLink Admin Panel

{% if connections %} {% set critical = connections.level == "critical" %}

{% if critical %}Database connections critical — {% else %}DB connections {% endif %}{{ connections.active_connections }} / {{ connections.max_connections }} ({{ connections.utilization_percent }}%) {% if critical %}
New connections may be refused, which fails VM registration and admin actions. Raise max_connections and LABLINK_DB_POOL_MAX_SIZE{% if connections.idle_in_transaction %}, or investigate the {{ connections.idle_in_transaction }} connection(s) idle in transaction{% endif %}. {% endif %}

{% else %}

DB connections unavailable

{% endif %}
{% if can_provision_hosts %} {% endif %} {% if can_destroy_hosts %} {% endif %} {% if not can_provision_hosts %} {% endif %} {% if monitoring_enabled %} {% endif %}