This commit is contained in:
TheNetworkGuy
2024-07-24 13:14:12 +02:00
parent c0c52f973e
commit d1ec1114ac
3 changed files with 39 additions and 26 deletions

View File

@@ -172,8 +172,9 @@ You can modify this behaviour by changing the following list variables in the sc
### Zabbix Inventory
This script allows you to enable the inventory on managed Zabbix hosts and sync NetBox device properties to the specified inventory fields.
To enable, set `inventory_sync` to `True`.
Set `inventory_automatic` to `False` to use manual inventory, or `True` for automatic.
To map Netbox information to Netbox inventory fields, set `inventory_sync` to `True`.
You can set the inventory mode to "disabled", "manual" or "automatic" with the inventory_mode variable.
See [Zabbix Manual](https://www.zabbix.com/documentation/current/en/manual/config/hosts/inventory#building-inventory) for more information about the modes.
Use the `inventory_map` variable to map which NetBox properties are used in which Zabbix Inventory fields.