Update Zabbix component configuration variable (#6721)

This commit is contained in:
Klaas Schoute 2018-10-12 21:38:49 +02:00 committed by Fabian Affolter
parent bc891e7a88
commit ea128c97b6

View File

@ -26,13 +26,30 @@ zabbix:
host: 192.168.0.100 host: 192.168.0.100
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): Your Zabbix server. description: Your Zabbix server.
- **path** (*Optional*): Path to your Zabbix install. Defaults to `/zabbix/`. required: true
- **ssl** (*Optional*): Set to `True` if your Zabbix installation is using SSL. Default to `False`. type: string
- **username** (*Optional*): Your Zabbix username. path:
- **password** (*Optional*): Your Zabbix password. description: Path to your Zabbix install.
required: false
default: "`/zabbix/`"
type: string
ssl:
description: Set to `True` if your Zabbix installation is using SSL.
required: false
default: false
type: boolean
username:
description: Your Zabbix username.
required: false
type: string
password:
description: Your Zabbix password.
required: false
type: string
{% endconfiguration %}
### {% linkable_title Full configuration %} ### {% linkable_title Full configuration %}