Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -93,7 +93,7 @@ You must have the <a href="/components/zabbix/">Zabbix component</a> configured
<li><strong>triggers</strong> array(<em>Required</em>): Specifies that this sensor is for Zabbix triggers. In the future there will be other Zabbix sensors.</li>
<li><strong>name</strong> (<em>Optional</em>): 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.</li>
<li><strong>hostids</strong> (<em>Optional</em>): This is a list of Zabbis hostids that we want to filter our count on.</li>
<li><strong>individual</strong> (<em>Optional</em>): 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 isnt provided).</li>
<li><strong>individual</strong> (<em>Optional</em>): 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 isnt provided).</li>
</ul>
</article>
</div>