Local health, API, endpoint, database, and auth rollups for this Ursa instance.
{{ health_payload | tojson(indent=2) }}
Configured dependencies: {% if configured %}{{ configured | join(", ") }}{% else %}none{% endif %}
Observed dependencies: {% if observed %}{{ observed | join(", ") }}{% else %}none observed yet{% endif %}
{{ obs_services_payload | tojson(indent=2) }}
{{ api_health_payload | tojson(indent=2) }}
{{ endpoint_health_payload | tojson(indent=2) }}
Schema drift: {% if schema_drift %} {{ schema_drift.status }}{% if schema_drift.summary %} - {{ schema_drift.summary }}{% endif %} {% else %} unavailable {% endif %}
{{ db_health_payload | tojson(indent=2) }}
Session summary: {% if sessions and sessions.supported %} active={{ sessions.active_session_count }}, recent={{ sessions.recent_user_count }} {% elif sessions %} session summary not supported for Ursa's current auth model {% else %} unavailable {% endif %}
{{ auth_health_payload | tojson(indent=2) }}