{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
{% if error %}
{{ error }}
{% elif not_found %}
PRTG Monitoring
{% if is_vc_member %} Virtual Chassis {{ vc_name }} not found in PRTG.
This device is member of VC "{{ vc_name }}" - the whole stack will be monitored as one device. {% else %} Device {{ search_term }} not found in PRTG. {% endif %}
Export to PRTG

{% if is_vc_member %} Create the virtual chassis stack in PRTG with auto-discovery enabled. {% else %} Create this device in PRTG with auto-discovery enabled. {% endif %} The device will be added to the "NetBox Import" group.

Device Name: {{ export_name }}
Host: {{ export_host }} {% if is_vc_member and vc_master %} VC Master IP {% endif %}
{% else %}
PRTG Monitoring {% if is_vc_member %} Virtual Chassis {% endif %}
View in PRTG
PRTG Device: {{ prtg_device.name }} {% if prtg_device.group %} | Group: {{ prtg_device.group }} {% endif %} {% if is_vc_member %}
NetBox VC: {{ vc_name }} {% if vc_master %}(Master: {{ vc_master.name }}){% endif %} {% endif %}
{{ summary.up }}
Up
{{ summary.warning }}
Warning
{{ summary.down }}
Down
{{ summary.paused }}
Paused
{% if summary.unusual > 0 %}
{{ summary.unusual }}
Unusual
{% endif %}
Total Sensors: {{ summary.total }}
{% if cached %} Cached data {% else %} Fresh data {% endif %}
{% endif %}
{% if not_found %} {% endif %} {% endblock %}