{% extends 'base.html' %} {% block title %}NRDP{% endblock %} {% block headerjs %} {% endblock %} {% block content %}

NRDP

These are the NRDP settings for where to send your passive checks.

{% if 'nrdp' not in handlers %}
The nrdp handler is not currently set in the passive config handlers option.
{% endif %}
{% if 'nrdp' in handlers %}
{% endif %}
{% endblock %}