{% extends 'generic/object_list.html' %} {% block tabs %} {% include 'netbox_librenms_plugin/inc/_mapping_tabs.html' with mapping_tab_active="locationmapping" %} {{ block.super }} {% endblock %} {% block content %}
Map values parsed from the LibreNMS location string to NetBox
organisation objects (Region, Site, Location, Rack, or Tenant). During
device import, the plugin first tries an exact, case-insensitive match
against NetBox object names and only falls back to these mappings when
no exact match exists. This is useful when LibreNMS uses a value that
differs from the corresponding NetBox object name.
Example: LibreNMS value NYC → NetBox Site New York.