{% extends 'base.html' %} {% block title %}Passive Checks{% endblock %} {% block headerjs %} {% endblock %} {% block content %}
View of all the current passive checks defined in your ncpa configuration files.
{{ check[0] }} = {{ check[1] }}{% endfor %} {% else %}
There are no passive checks defined right now.
{% endif %}