mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 23:27:32 -06:00
removed unsupported field from vm_inventory_map
This commit is contained in:
parent
1157ed9e64
commit
5f78a2c789
@ -98,8 +98,7 @@ device_inventory_map = { "asset_tag": "asset_tag",
|
||||
"oob_ip/address": "oob_ip" }
|
||||
|
||||
# We also support inventory mapping on Virtual Machines.
|
||||
vm_inventory_map = { "asset_tag": "asset_tag",
|
||||
"status/label": "deployment_status",
|
||||
vm_inventory_map = { "status/label": "deployment_status",
|
||||
"location/name": "location",
|
||||
"latitude": "location_lat",
|
||||
"longitude": "location_lon",
|
||||
|
Loading…
Reference in New Issue
Block a user