From b8bb3fb3f091c4da0d9b33507fff5594b1f5abc1 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Wed, 12 Feb 2025 12:36:27 +0100 Subject: [PATCH] removed unsupported fields from vm_inventory_map --- config.py.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.py.example b/config.py.example index dcc307f..0a653d6 100644 --- a/config.py.example +++ b/config.py.example @@ -99,8 +99,5 @@ device_inventory_map = { "asset_tag": "asset_tag", # We also support inventory mapping on Virtual Machines. vm_inventory_map = { "status/label": "deployment_status", - "location/name": "location", - "latitude": "location_lat", - "longitude": "location_lon", "comments": "notes", "name": "name" }