mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-17 20:46:34 -06:00
8 lines
220 B
Bash
8 lines
220 B
Bash
#!/bin/bash
|
|
export ZABBIX_HOST="https://zabbix.local"
|
|
export ZABBIX_USER="username"
|
|
export ZABBIX_PASS="Password"
|
|
export NETBOX_HOST="https://netbox.local"
|
|
export NETBOX_TOKEN="secrettoken"
|
|
|
|
python3 netbox_zabbix_sync.py |