mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2026-03-22 12:38:39 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aae04476b |
@@ -353,8 +353,8 @@ For Virtual Machines, use `vm_inventory_map`.
|
||||
```python
|
||||
inventory_sync = True
|
||||
inventory_mode = "manual"
|
||||
device_inventory_map = {"custom_fields/mycustomfield/name": "alias"}
|
||||
vm_inventory_map = {"custom_fields/mycustomfield/name": "alias"}
|
||||
device_inventory_map = {"custom_fields/mycustomfield": "alias"}
|
||||
vm_inventory_map = {"custom_fields/mycustomfield": "alias"}
|
||||
```
|
||||
|
||||
See `config.py.example` for an extensive example map. Any Zabbix Inventory fields
|
||||
|
||||
Reference in New Issue
Block a user