summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 62c4c7b)
raw | patch | inline | side by side (parent: 62c4c7b)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 27 May 2008 21:31:13 +0000 (21:31 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 27 May 2008 21:31:13 +0000 (21:31 +0000) |
is executed (Alain Dewit - 1852198)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_by_ssh.c | patch | blob | history |
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index 05c348487717fe0a1a3e734cff9536d8bc5c3a58..ce62ebafb3816fed1fbd45f28177bedb23fe570f 100644 (file)
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
printf (" %s\n", "-E, --skip-stderr[=n]");
printf (" %s\n", _("Ignore all or (if specified) first n lines on STDERR [optional]"));
printf (" %s\n", "-f");
- printf (" %s\n", _("tells ssh to fork rather than create a tty [optional]"));
+ printf (" %s\n", _("tells ssh to fork rather than create a tty [optional]. This will always return OK if ssh is executed"));
printf (" %s\n","-C, --command='COMMAND STRING'");
printf (" %s\n", _("command to execute on the remote machine"));
printf (" %s\n","-l, --logname=USERNAME");