Update Zabbix docs and add logo

This commit is contained in:
Fabian Affolter 2017-01-17 10:41:09 +01:00
parent d2702ddc01
commit 71e079773e
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
3 changed files with 13 additions and 11 deletions

View file

@ -7,12 +7,12 @@ sidebar: true
comments: false
sharing: true
footer: true
logo:
ha_category: Sensor
ha_release: 0.35
logo: zabbix.png
ha_category: System Monitor
ha_release: 0.37
ha_iot_class: "Local Polling"
---
The `zabbix` sensor platform let you monitor the current count of active triggers for your [Zabbix](http://www.zabbix.com/) monitoring instance.
<p class='note'>
@ -33,7 +33,7 @@ sensor:
Configuration variables:
- **triggers** (*Required*): Specifies that this sensor is for Zabbix 'triggers'. In the future there will be other Zabbix sensors.
- **triggers** array(*Required*): Specifies that this sensor is for Zabbix 'triggers'. In the future there will be other Zabbix sensors.
- **name** (*Optional*): Allows you to specify the name for the Sensor, otherwise the host name, as stored in Zabbix, is used. This is useful when you are specifying a list of hostids to monitor as a single count.
- **hostids** (*Optional*): This is a list of Zabbis hostids that we want to filter our count on.
- **individual** (*Optional*): A 'true'/'false' to specify whether we should show individual sensors when a list of hostsids is provided. If false, the sensor state will be the count of all triggers for the specified hosts (or all hosts within the Zabbix instance, if hostids isn't provided).