T1 Sessions
{{ active_sessions }}
active
{% if sessions %}
{{ sessions | length }} session file(s) {% for s in sessions %} {% endfor %}
SessionEndpointPIDStatus
{{ s.session_id[:12] }} {{ s.host }}:{{ s.port }} {{ s.pid }} {% if s.tcp_reachable %}reachable{% elif s.pid_alive %}pid only{% else %}dead{% endif %}
{% endif %}
MinerU
{% if mineru.running %}
UP
PID {{ mineru.pid }} · port {{ mineru.port }}
{% else %}
OFF
{% if mineru.get('stale_pid') %}stale pid file{% else %}not running{% endif %}
{% endif %}
Catalog
{% if catalog.exists %}
OK
last write {{ age_str(catalog.age_seconds) }}
{% else %}
not initialized
{% endif %}
Index Log
{% if index_log.exists %}
{{ index_log.size_mb }}
MB · last write {{ age_str(index_log.age_seconds) }}
{% else %}
not created
{% endif %}
Dolt
{% if dolt_server.exists %}
OK
log active {{ age_str(dolt_server.age_seconds) }}
{% else %}
no log
{% endif %}
System
{% if health_ok %}
PASS
{% else %}
FAIL
{% endif %}
{{ health_checks | length }} checks
full report {% for c in health_checks %} {% endfor %}
{% if c.ok %}{% else %}{% endif %} {{ c.label }} {{ c.detail }}