mirror of https://github.com/Icinga/icinga2.git
Documentation: Fix wrong snmp-int check command
Change check command snmp-int to snmp-interface fixes #7349 Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
This commit is contained in:
parent
911863f974
commit
e98aa15e83
|
@ -2454,7 +2454,7 @@ snmp_crit | **Optional.** The critical threshold.
|
|||
snmp_storage_name | **Optional.** Storage name. Default to regex "^/$$". More options available in the [snmp storage](http://nagios.manubulon.com/snmp_storage.html) documentation.
|
||||
snmp_perf | **Optional.** Enable perfdata values. Defaults to "true".
|
||||
|
||||
#### <a id="plugin-check-command-snmp-int"></a> snmp-int
|
||||
#### <a id="plugin-check-command-snmp-interface"></a> snmp-interface
|
||||
|
||||
Check command object for the [check_snmp_int.pl](http://nagios.manubulon.com/snmp_int.html) plugin.
|
||||
|
||||
|
|
Loading…
Reference in New Issue