{# Copyright 2026 Ronny Trommer #} {# SPDX-License-Identifier: MIT #} {% extends 'base/layout.html' %} {% block title %}Connect OpenNMS{% endblock %} {% block content %}

Connect OpenNMS

Verify that NetBox can reach the OpenNMS instance configured in PLUGINS_CONFIG and that its credentials are accepted. The connection is set in NetBox's plugin config (configuration.py / Helm pluginsConfig), not here — this page only tests it.

URL {{ opennms_url|default:"—" }}
Username {{ opennms_username|default:"—" }}
Password {% if password_set %} Configured {% else %} Not configured {% endif %}
{% csrf_token %}
{% endblock %}