No project description provided
Project description
Support & Community
If you need help, Join our Discord server: https://slurpit.io/discord or e-mail us on: support@slurpit.io
Nautobot Discovery Plugin
Nautobot plugin to automatically discover your network with Slurp'it.
Compatibility
Nautobot Version | Plugin Version |
---|---|
>= Nautobot 2.2.x | >= 0.8.x |
>= Nautobot 2.3.x | >= 1.0.x |
Installation
The App/Plugin is available as a Python package in pypi and can be installed with pip
pip install slurpit_nautobot
Enable the App in nautobot_config.py:
PLUGINS = ['slurpit_nautobot']
Run nautobot-server post_upgrade, This command will ensure that any necessary post-installation tasks are run.
nautobot-server post_upgrade
Restart the WSGI Service and add slurpit_nautobot
to your requirements.txt
sudo systemctl restart nautobot nautobot-worker
See Nautobot Documentation for details
SSoT Integration
Slurp'it can also be used as a Data Source through Nautobot's SSoT feature. To enable this:
- Install the SSoT plugin:
pip install "nautobot_ssot[slurpit]"
- Add the SSoT configuration to nautobot_config.py:
PLUGINS = ["nautobot_ssot"]
PLUGINS_CONFIG = {
"nautobot_ssot": {
"enable_slurpit": os.getenv("NAUTOBOT_SSOT_ENABLE_SLURPIT"),
}
}
Getting started
On our getting started page you can take an Online Course to understand how the plugin works, or play with the plugin in a simulated network in our Sandbox.
Changelog
Changelog can be found here: https://slurpit.io/knowledge-base/nautobot-plugin-changelog
Training videos
We made a series of videos on how to use Slurp'it and Nautobot. https://slurpit.io/online-courses/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file slurpit_nautobot-1.0.15.tar.gz
.
File metadata
- Download URL: slurpit_nautobot-1.0.15.tar.gz
- Upload date:
- Size: 93.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
60f3b49db17c2dbf88076a741eb8ee5689d51fce555e835c79b4802fdd0bc0c9
|
|
MD5 |
cb8b3fb1e1a17f5443d3c6c225326b15
|
|
BLAKE2b-256 |
21147bf10f111a91c97c12fcc2b66f4ee222fa819ff4821b9ef22d3fffa3225d
|
File details
Details for the file slurpit_nautobot-1.0.15-py3-none-any.whl
.
File metadata
- Download URL: slurpit_nautobot-1.0.15-py3-none-any.whl
- Upload date:
- Size: 137.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a5c097dcccb859d07b5e397cb6ade928e62304575a7d79d5a67d0078fc0a89c8
|
|
MD5 |
01350a8ef1dddac0e6b7f4a13b0e9548
|
|
BLAKE2b-256 |
3b5cfb584b43bdec5d0aa63e4d13b29e9694b0b242d755133b62a6d740a9ae81
|