2 Commits

Author SHA1 Message Date
Raymond Kuiper
6e0e3ee38b Merge pull request #183 from TheNetworkGuy/documentation-fix
Build and Push Docker Image / test_quality (push) Successful in 51s
Build and Push Docker Image / test_code (push) Failing after 59s
Build and Push Docker Image / build (push) Failing after 3m30s
Update README.md on incorrect custom field usage for Zabbix inventory
2026-03-23 09:58:40 +01:00
Raymond Kuiper
9aae04476b Update README.md on incorrect custom field usage for Zabbix inventory 2026-03-20 20:06:02 +01:00
+2 -2
View File
@@ -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