Nautobot SSOT App for Zabbix integration — automatically registers and syncs hosts from Nautobot into Zabbix.
Project description
Nautobot SSoT Zabbix
⚠️ Alpha Software: This project is currently in alpha and is under active development. APIs, configuration options, and behavior may change between releases. Use in production environments is not recommended until a stable release is published.
An SSoT app for Nautobot that synchronizes device data between Nautobot and Zabbix monitoring.
Overview
This app extends the Nautobot SSoT framework to provide bidirectional synchronization between Nautobot devices and Zabbix monitored hosts. It uses the DiffSync library to detect and reconcile differences between the two systems.
What Gets Synced
For each Nautobot device with an active or staged status and a primary IP, the app syncs:
- Host name and visible name
- Primary IP address for monitoring
- Host group (derived from device location, tenant, or configurable mappings)
- Monitoring template (derived from device role or a configurable default)
- Enabled/disabled status
- Description (populated with Nautobot device metadata)
- Zabbix tags preserving Nautobot context (source, location, role, device type, tenant, platform)
Sync Directions
- Nautobot to Zabbix (
ZabbixDataTarget) — Creates, updates, and deletes Zabbix hosts to match Nautobot device inventory. This is the primary sync direction. - Zabbix to Nautobot (
ZabbixDataSource) — Audits Zabbix hosts tagged withsource=nautobotback against Nautobot to detect out-of-band drift.
Only Zabbix hosts tagged with source=nautobot are managed by this app, so manually created Zabbix hosts are never modified or deleted.
Requirements
- Nautobot >= 3.0.0
- nautobot-ssot >= 4.0.0
- Python >= 3.10, < 3.13
Documentation
Full documentation for this App can be found over on the Nautobot Docs website:
- User Guide - Overview, Using the App, Getting Started.
- Administrator Guide - How to Install, Configure, Upgrade, or Uninstall the App.
- Developer Guide - Extending the App, Code Reference, Contribution Guide.
- Release Notes / Changelog.
Contributing to the Documentation
You can find all the Markdown source for the App documentation under the docs folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.
If you need to view the fully-generated documentation site, you can build it with MkDocs. A container hosting the documentation can be started using the invoke commands (details in the Development Environment Guide) on http://localhost:8001. As your changes are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.
Questions
For any questions or comments, please check the FAQ first. Feel free to also swing by the Network to Code Slack (channel #nautobot), sign up here if you don't have an account.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nautobot_ssot_zabbix-0.1.1a0.tar.gz.
File metadata
- Download URL: nautobot_ssot_zabbix-0.1.1a0.tar.gz
- Upload date:
- Size: 886.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ba80c63d3b8b8fe51b9c8aac31582a40a2b67de6c1328355e1d0c6ed093ff6
|
|
| MD5 |
7305d85b6313df93e05fa4a72ab8d6f7
|
|
| BLAKE2b-256 |
adb2e7b3f0fee18a6a651465ee15da72a88e92067092fed377be9d24f68ea71a
|
Provenance
The following attestation bundles were made for nautobot_ssot_zabbix-0.1.1a0.tar.gz:
Publisher:
release.yml on nrtc-ops/nautobot-app-ssot-zabbix
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nautobot_ssot_zabbix-0.1.1a0.tar.gz -
Subject digest:
20ba80c63d3b8b8fe51b9c8aac31582a40a2b67de6c1328355e1d0c6ed093ff6 - Sigstore transparency entry: 1091733373
- Sigstore integration time:
-
Permalink:
nrtc-ops/nautobot-app-ssot-zabbix@171ebb503f3e2c90f68886dabb132f85bff2d091 -
Branch / Tag:
refs/tags/v0.1.1a0 - Owner: https://github.com/nrtc-ops
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@171ebb503f3e2c90f68886dabb132f85bff2d091 -
Trigger Event:
release
-
Statement type:
File details
Details for the file nautobot_ssot_zabbix-0.1.1a0-py3-none-any.whl.
File metadata
- Download URL: nautobot_ssot_zabbix-0.1.1a0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37eb893a97464bea94ae5dbc21321744b77001d3e76a7a384f97a2ecd7608167
|
|
| MD5 |
7a04fb52d4896a4527fcf6a47f0d55f7
|
|
| BLAKE2b-256 |
ef8ff245418302aefe4521f7835e9eb0210cafe2e2d2f2740215c61cf0998f3d
|
Provenance
The following attestation bundles were made for nautobot_ssot_zabbix-0.1.1a0-py3-none-any.whl:
Publisher:
release.yml on nrtc-ops/nautobot-app-ssot-zabbix
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nautobot_ssot_zabbix-0.1.1a0-py3-none-any.whl -
Subject digest:
37eb893a97464bea94ae5dbc21321744b77001d3e76a7a384f97a2ecd7608167 - Sigstore transparency entry: 1091733385
- Sigstore integration time:
-
Permalink:
nrtc-ops/nautobot-app-ssot-zabbix@171ebb503f3e2c90f68886dabb132f85bff2d091 -
Branch / Tag:
refs/tags/v0.1.1a0 - Owner: https://github.com/nrtc-ops
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@171ebb503f3e2c90f68886dabb132f85bff2d091 -
Trigger Event:
release
-
Statement type: