[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2002] nagiosplug/trunk/plugins/check_by_ssh.c
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Tue May 27 23:31:13 CEST 2008
Revision: 2002
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2002&view=rev
Author: tonvoon
Date: 2008-05-27 14:31:13 -0700 (Tue, 27 May 2008)
Log Message:
-----------
Addition to help to state that -f will always return OK if ssh command
is executed (Alain Dewit - 1852198)
Modified Paths:
--------------
nagiosplug/trunk/plugins/check_by_ssh.c
Modified: nagiosplug/trunk/plugins/check_by_ssh.c
===================================================================
--- nagiosplug/trunk/plugins/check_by_ssh.c 2008-05-27 13:35:59 UTC (rev 2001)
+++ nagiosplug/trunk/plugins/check_by_ssh.c 2008-05-27 21:31:13 UTC (rev 2002)
@@ -367,7 +367,7 @@
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");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list