From a7689551cda6af6e85fd8970bf936f1d74fdb10c Mon Sep 17 00:00:00 2001 From: Ed Boal Date: Mon, 4 Jun 2018 03:09:00 -0400 Subject: [PATCH] Update Zabbix Typeo (#5488) s/Zabbis/Zabbix --- source/_components/sensor.zabbix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.zabbix.markdown b/source/_components/sensor.zabbix.markdown index 64e960ed61d..ed84c99a14f 100644 --- a/source/_components/sensor.zabbix.markdown +++ b/source/_components/sensor.zabbix.markdown @@ -35,6 +35,6 @@ Configuration variables: - **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. +- **hostids** (*Optional*): This is a list of Zabbix 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 hostids 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).