Integrate Netbox as Source of Truth with Zabbix as Monitoring Solution
nbxSync seamlessly integrates Netbox with Zabbix.
With nbxSync you can: ✅ Create and manage all your devices in NetBox (your single source of truth) ✅ Automatically sync devices to Zabbix for monitoring ✅ Save time, reduce errors, and ensure consistent, up-to-date monitoring data
This plugin bridges the gap between network/source-of-truth documentation and infrastructure monitoring – something many teams have been asking for.
💡 If you’re running both NetBox and Zabbix, this is the missing link you’ve been waiting for.
Important
The steps below are for a non-dockerized setup. If you run Netbox in Docker containers, please see their installation instructions
Install using pip
pip install nbxsyncAdd to your PLUGINS list:
PLUGINS = [
'nbxsync',
# ... other plugins ...
]python3 manage.py migrate
python3 manage.py collectstaticsudo systemctl restart netbox
