Custom NetBox Reports
Check for differences in the template and corresponding devices
- test_count_interfaces - Checks and displays the number of physical interfaces between the device and its template
- test_interface_name - Checks and displays the names of physical interfaces between the device and its template
Check for lost physical interface connections
- test_interface_connection - Checks and displays the names of unconnected physical interfaces for the device
- Reports must be saved as files in the REPORTS_ROOT path (in
configuration.py
). Which defaults to/opt/netbox/netbox/reports/
. - Copy
reports/custom_reports.py
to REPORTS_ROOT - Open in web UI path Organization - Reports
- Open report and press "Run Report"