{% extends "base.html" %} {% block title %}Service Details - Nyxmon Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ service.name }} {{ service.get_status|title }}
Edit Service Delete Service

Health Checks

{% if health_checks %} {% else %}

No health checks for this service. Start by adding a new health check.

{% endif %}
Back to Dashboard
{% endblock %}