mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2026-03-21 20:18:38 -06:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aae04476b | ||
|
|
fe1b6eb851 | ||
|
|
d0edc38384 | ||
|
|
a66262b829 | ||
|
|
da17b7be7d | ||
|
|
a0a517a944 | ||
|
|
e90b50d4a0 |
@@ -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