mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Zabbix | Instructions on how to integrate Zabbix into Home Assistant. | 2016-12-13 22:57 | true | false | true | true | zabbix.png | System Monitor | false | 0.37 | Local Polling |
The zabbix
component is the main component to connect to a Zabbix monitoring instance via the Zabbix API.
To set the Zabbix component up, add the following information to your configuration.yaml
file:
# Example configuration.yaml entry
zabbix:
host: 192.168.0.100
Configuration variables:
- host (Required): Your Zabbix server.
- path (Optional): Path to your Zabbix install. Defaults to
/zabbix/
. - ssl (Optional): Set to
True
if your Zabbix installation is using SSL. Default toFalse
. - username (Optional): Your Zabbix username.
- password (Optional): Your Zabbix password.
{% linkable_title Full configuration %}
# Example configuration.yaml entry
zabbix:
host: ZABBIX_HOST
path: ZABBIX_PATH
ssl: False
username: USERNAME
password: PASSWORD