{% extends "base_misc.html" %} {% block title %}PNP4nagios integration{% endblock %} {% block nav1 %}PNP4Nagios{% endblock %} {% block smallheader %}Configuring{% endblock %} {% block largeheader %}PNP{% endblock %} {% block content %}

PNP is an addon to Nagios which analyzes performance data provided by plugins and stores them automatically into Round Robin Databases (RRD).

This page helps you configure PNP using the so-called "bulk npcmod" method.

{% if broker_module %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=broker_module %}
{% endif %}

This tab helps you configure your npcd.cfg file which controls the behaviour of npcd daemon.


{% if npcd_config %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=npcd_config %}
{% else %}

Sorry, but we could not read npcd config file {{ form.config_file.value }}.

Make sure permissions are correct and that config file path in Broker Module tab is correct

{% endif %}

To make PNP graphs easily accessable from your Nagios web interface. You can set the 'action_url' attribute on your hosts and services.

Here you can reset action_url of all your services (first applying them to templates)

{% if action_url %}
{% csrf_token %} {% include "bootstrap_fields.html" with fields=action_url %}
{% endif %}

Manage the templates used to generate performance graphs.

{% if pnp_templates %} {% for file in pnp_templates.templates %} {% endfor %}
{{ file }}
{% endif %}
{% endblock %} {% block sidebar %}
Actions
{% endblock %}