mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update Zabbix component configuration variable (#6721)
This commit is contained in:
parent
bc891e7a88
commit
ea128c97b6
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user