{% 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

Add Health Check
{% if health_checks %} {% else %}

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

Add Health Check
{% endif %}
Back to Dashboard
{% endblock %}