{% extends "base.html" %} {% block title %}Delete Health Check - Nyxmon Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Delete Health Check

Warning: You are about to delete this health check. This action cannot be undone.

All results associated with this health check will also be deleted.

Health Check: {{ health_check.name }}

Service: {{ health_check.service.name }}

ID: {{ health_check.id }}

{% csrf_token %}
Cancel
{% endblock %}