Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1015 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 1015 Bytes

CodeFactor

Custom Netbox Reports


Reports

DeviceAndTemplate

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

InterfaceConnection

Check for lost physical interface connections

  • test_interface_connection - Checks and displays the names of unconnected physical interfaces for the device

How-To

  1. Reports must be saved as files in the REPORTS_ROOT path (in configuration.py). Which defaults to netbox/reports/.
  2. Copy reports/custom_reports.py to REPORTS_ROOT
  3. Open in web UI path Organization - Reports
  4. Open report and press "Run Report"