Skip to content

A plugin to show discrepancies between NetBox and the real world

License

Notifications You must be signed in to change notification settings

wouterdebruijn/netbox-discrepancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbox Discrepancy Plugin

This plugin is designed to compare the data in Netbox with the data in the real world. It will compare the data in Netbox with the data in the real world and report any discrepancies.

Features

  • 🗃️ Report discrepancies for Netbox devices
  • 🔄 Compare real world data to Netbox

Installation

# Don't install this yet, it's not ready

Development Information

As part of the plugin repository, the development folder contains a full netbox development environment. This environment is partly dockerized for ease of use.

# Change directory to the development folder
cd development

# Start required services
docker-compose up -d

# Make any required changes in the configuration.py file. This will be copied to the netbox configuration folder on setup.

# Run initial setup
bash setup.sh
# Run tests for this plugin
python3 netbox/netbox/manage.py test netbox_discrepancy.tests --keepdb --parallel 4

About

A plugin to show discrepancies between NetBox and the real world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published