{% extends "_base.html" %} {% block title %}Arbitrade Health Check{% endblock %} {% block header %} {% with page_title="Arbitrade Health Check", page_subtitle="Live system state and logs." %} {% include "_header.html" %} {% endwith %} {% endblock %} {% block main_class %}shell{% endblock %} {% block content %}

Arbitrade Bootstrap Complete

Status: {{ status }}

UTC: {{ time }}

Health JSON: refresh

{"status":"ok","service":"arbitrade"}

System Logs

Loading logs...
{% endblock %} {% block scripts %}{% endblock %}