home-assistant.github.io/source/_components/zabbix.markdown
Whytey 7fc6b4782c Zabbix (#1596)
* Markdown documentation for the zabbix component and sensors

* Initial commit, matches the current PR for the component/sensor
2017-01-17 10:34:18 +01:00

998 B

layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page Zabbix Instructions how to integrate Zabbix into Home Assistant. 2016-12-13 22:57 true false true true g false 0.35

The Zabbix component is the main component to connect to a Zabbix monitoring instance via the Zabbix API.

zabbix:
  host: 192.168.0.100
  username: zabbix_user
  password: zabbix_password

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 to False.
  • username (Optional): Your Zabbix username.
  • password (Optional): Your Zabbix password.

{% linkable_title Full configuration %}

# Example configuration.yaml entry
zoneminder:
  host: ZABBIX_HOST
  path: ZABBIX_PATH
  ssl: False
  username: USERNAME
  password: PASSWORD