Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.01 KB

Custom NetBox Reports

CodeFactor

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 /opt/netbox/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"