From 9aae04476b85e491301bc080a803ca1d5aab1966 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Fri, 20 Mar 2026 20:06:02 +0100 Subject: [PATCH] Update README.md on incorrect custom field usage for Zabbix inventory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a88113d..9c08e34 100644 --- a/README.md +++ b/README.md @@ -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