]> granicus.if.org Git - icinga2/commitdiff
Add documentation for the new SNMP ITL custom attributes
authorDolf Schimmel (Freeaqingme) <dolf@dolfschimmel.nl>
Tue, 24 Feb 2015 20:07:53 +0000 (21:07 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 24 Feb 2015 20:49:40 +0000 (21:49 +0100)
refs #8498

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
doc/7-icinga-template-library.md
doc/9-monitoring-remote-systems.md

index a5b27658cb042ad10e433e2ca2a72a28828625e1..e3d103a478da982c7aa63ec9fc2b65c9e7e4759c 100644 (file)
@@ -598,6 +598,11 @@ snmp_eregi          | **Optional.** Return OK state if case-insensitive extended
 snmp_label          | **Optional.** Prefix label for output value
 snmp_invert_search  | **Optional.** Invert search result and return CRITICAL state if found
 snmp_units          | **Optional.** Units label(s) for output value (e.g., 'sec.').
+snmp_version        | **Optional.** Version to use. E.g. 1, 2, 2c or 3.
+snmp_miblist        | **Optional.** MIB's to use, comma separated. Defaults to "ALL".
+snmp_rate_multiplier | **Optional.** Converts rate per second. For example, set to 60 to convert to per minute.
+snmp_rate           | **Optional.** Boolean. Enable rate calculation.
+snmp_getnext        | **Optional.** Boolean. Use SNMP GETNEXT. Defaults to false.
 snmp_timeout        | **Optional.** The command timeout in seconds. Defaults to 10 seconds.
 
 ### <a id="plugin-check-command-snmpv3"></a> snmpv3
index ebeb37d57c7797eeccdbaf21e007ba4a323d298f..6ff49bb67f7f743916682c30f6c8ad1c85399247 100644 (file)
@@ -641,7 +641,7 @@ have the `snmp-community` custom attribute.
 
 Additional SNMP plugins are available using the [Manubulon SNMP Plugins](7-icinga-template-library.md#snmp-manubulon-plugin-check-commands).
 
-If no `snmp_miblist` is specified the plugin will default to `ALL`. As the number of available MIB files 
+If no `snmp_miblist` is specified the plugin will default to `ALL`. As the number of available MIB files
 on the system increases so will the load generated by this plugin if no `MIB` is specified.
 As such, it is recommended to always specify at least one `MIB`.