{% extends 'base.html' %} {% block title %}Passive Checks{% endblock %} {% block headerjs %} {% endblock %} {% block content %}
This section is currently in read only mode and any setting changes will not be saved. This will be updated in future versions.

Passive Checks

View of all the current passive checks defined in your ncpa configuration files.

{% if checks|length > 1 %} {% for check in checks %}
{{ check[0] }} = {{ check[1] }}
{% endfor %} {% else %}

There are no passive checks defined right now.

{% endif %}
{% endblock %}