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 |
| >= Nautobot 3.0.x | >= 1.1.x |
| >= Nautobot 3.1.x | >= 1.2.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/
Release files for slurpit_nautobot 1.2.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| slurpit_nautobot-1.2.12.tar.gz | 108.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| slurpit_nautobot-1.2.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 268.3 kB
Release files / slurpit_nautobot-1.2.12.tar.gz
| Download URL | slurpit_nautobot-1.2.12.tar.gz |
|---|---|
| Size | 108.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
23bf964cdd7420d10974094e6df50fe2f1b08cba3a74c102d65bacb645e795d5
|
|
BLAKE2b-256 checksum How to use checksums |
740d4ab77425b2c6ca608e98ae92bffeb3d0c71ea43724943ee4df3017233622
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.14.7 Linux/6.8.0-124-generic
|
Release files / slurpit_nautobot-1.2.12-py3-none-any.whl
| Download URL | slurpit_nautobot-1.2.12-py3-none-any.whl |
|---|---|
| Size | 160.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c87211ffa7d6e225e6569771528e6f7d2abe6b38932880dc51110743fb5cb85d
|
|
BLAKE2b-256 checksum How to use checksums |
0a4187fb72e128e368140111f98fba3a0f474a164a06b644208debc3e8e29c69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.14.7 Linux/6.8.0-124-generic
|