{% extends "base.html" %} {% block content %}

System Health


For diagnostic purposes, the Network Emulator provides a collection of built-in health checks.

{% for name, status in health_check_results.items() %} {% if status %} {% else %} {% endif %} {% endfor %}
Health Check Name Status
{{ name }}SuccessFailure

{% if system_is_healthy %} {% else %} {% endif %}
{% endblock %}