{% extends 'base.html' %} {% block headercss %} {{ super() }} {% endblock %} {% block headerjs %} {% endblock %} {% block content %}
This feature has been changed to READONLY as of version 1.3 as it was showing too much strange behavior. It is scheduled to be part of a future release.

Listener Daemon Settings


# for id, description in ( ['ip', 'Listening IP'], ['port', 'Listening Port'], ['uid', 'User'], ['gid', 'Group'], ['pidfile', 'PID File Address'], ['logfile', 'Log File Address'], ['loglevel', 'Log Level'], ['certificate', 'SSL Certificate']):
# endfor

Passive Daemon Settings


# for id, description, accessibility in ( ['sleep', 'Sleep Interval', ''], ['handlers', 'Activated Handlers', ''], ['uid', 'User', 'readonly'], ['gid', 'Group', 'readonly'], ['pidfile', 'PID File Address', 'readonly'], ['logfile', 'Log File Address', 'readonly'], ['loglevel', 'Log Level', 'readonly']):
# endfor

API Settings


# for id, description in (['community_string', 'Token'],):
# endfor

NRDP Settings


# for id, description in ( ['hostname', 'Hostname'], ['parent', 'NRDP Server'], ['token', 'Token for NRDP Server']):
# endfor

NRDS Settings


# for id, description, accessibility in ( ['config_name', 'Config Name', ''], ['config_version', 'Config Version Number', ''], ['url', 'NRDS URL', ''], ['config_os', 'OS Type', 'readonly'], ['token', 'NRDS Token', '']):
# endfor # for id, description in ( ['update_config', 'Update Config?'], ['update_plugins', 'Update Plugins?']):
# endfor

Passive Check Settings


# for check in config.get('passive checks') if check != '__name__'

# endfor

Plugin Directives


# for id, description, accessibility in ( ['plugin_path', 'Plugin Directory', 'readonly'],):
# endfor
Suffix Expressions


{% endblock %}