{% extends 'generic/object_list.html' %} {% block content %}

Normalization Rules

Regex-based string normalization applied before matching lookups. When a LibreNMS string doesn't match any NetBox object or mapping entry, normalization rules transform it (e.g. strip revision suffixes) and retry.

Rules are chained in priority order per scope. One rule engine serves module types, device types, and module bays.

Example — strip Nokia revision suffixes:
^(3HE\w{5}[A-Z]{2})[A-Z]{2}\d{2}$\1
Turns 3HE16474AARA01 into 3HE16474AA which matches the part number.

{{ block.super }} {% endblock %} {% block bulk_buttons %} {{ block.super }} {% endblock %}