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.
Install using pip
pip install nbxsync
Add to your PLUGINS
list:
PLUGINS = [
'nbxsync',
# ... other plugins ...
]
python3 manage.py migrate
python3 manage.py collectstatic
sudo systemctl restart netbox