{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load static %} {% load i18n %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Device Status
{% if device_in_librenms %} {% endif %}
Status {% if device_in_librenms %} Found in LibreNMS {% else %} Not found in LibreNMS {% endif %}
LibreNMS ID {{ librenms_device_id }}
Device Type {{ librenms_device_hardware }}
Location
{{ librenms_device_location }}
{% csrf_token %} {% if librenms_device_location != object.site.name %} {% else %} {% endif %}
{% if last_fetched %} Last data updated: {{ last_fetched|date:"Y-m-d H:i" }} {% endif %} {% if device_in_librenms %} {% endif %}
{% include 'netbox_librenms_plugin/_interface_sync.html' %}
{% include 'netbox_librenms_plugin/_cable_sync.html' %}
{% include 'netbox_librenms_plugin/_ipaddress_sync.html' %}
{% endblock %}