Skip to content

ryanmerolle/netbox_reports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%