fixes #6791
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Alexander Wirt <formorer@debian.org>
Bernd Erk <bernd.erk@icinga.org>
Carlos Cesario <carloscesario@gmail.com>
+Gaël Beaudoin <gaboo@gaboo.org>
Gerd von Egidy <gerd@egidy.de>
Gunnar Beutner <gunnar.beutner@netways.de>
Ildar Hizbulin <hizel@vyborg.ru>
----------------|--------------
ssh_address | **Optional.** The host's address. Defaults to "$address$".
ssh_port | **Optional.** The port that should be checked. Defaults to 22.
+ssh_timeout | **Optional.** Seconds before connection times out. Defaults to 10.
#### <a id="plugin-check-command-disk"></a> disk
arguments = {
"-p" = "$ssh_port$"
+ "-t" = "$ssh_timeout$"
"host" = {
value = "$ssh_address$"
skip_key = true