Adds 2 new description configuration parameters

Twan Kamans
2026-02-27 17:18:13 +01:00
parent 21343df86d
commit 9bbd9b0d16
+2
@@ -15,6 +15,8 @@ cp config.py.example config.py
| templates_config_context_overrule | Template logic | Boolean | False |Use custom fields as template source. If a template is referenced in the config context then it will overwrite the custom field template|
| template_cf | Custom fields | String | zabbix_template | Name of the Netbox custom field used for listing Zabbix template (under device types) |
| device_cf | Custom fields | String | zabbix_hostid | Name of the Netbox custom field used to store the Zabbix HostID |
| description | Zabbix host description | string | "static" | Sets the description type in Zabbix. |
| description_dt_format | Zabbix host description | string | "%Y-%m-%d %H:%M:%S" | Sets the datetime format of the {datetime} flag for the description configuration |
| clustering | Device | Boolean | False | Set the use of clustering devices |
|create_hostgroups| Hostgroups | Boolean | True | Creates missing hostgroups in Zabbix. Requires hostgroup permissions in Zabbix|
|create_journal|Journal|Boolean|False|Enables the script to create journals in Netbox that show basic operations|