[nagiosplug] Add missing --fqdn help (Jan Wagner)
Thomas Guyot-Sionnest
dermoth at users.sourceforge.net
Sat May 8 23:46:26 CEST 2010
Module: nagiosplug
Branch: master
Commit: 4b42d5aff4c929ccb7bb7c752d2b25149cee79a5
Author: Thomas Guyot-Sionnest <dermoth at aei.ca>
Date: Sat May 8 17:41:14 2010 -0400
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=4b42d5a
Add missing --fqdn help (Jan Wagner)
---
plugins/check_smtp.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index b7028e6..3da724b 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -782,6 +782,8 @@ print_help (void)
printf (" %s\n", _("Expected response to command (may be used repeatedly)"));
printf (" %s\n", "-f, --from=STRING");
printf (" %s\n", _("FROM-address to include in MAIL command, required by Exchange 2000")),
+ printf (" %s\n", "-F, --fqdn=STRING");
+ printf (" %s\n", _("FQDN used for HELO"));
#ifdef HAVE_SSL
printf (" %s\n", "-D, --certificate=INTEGER");
printf (" %s\n", _("Minimum number of days a certificate has to be valid."));
@@ -817,8 +819,8 @@ void
print_usage (void)
{
printf ("%s\n", _("Usage:"));
- printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", progname);
+ printf ("%s -H host [-p port] [-e expect] [-C command] [-f from addr]", progname);
printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout]\n");
- printf ("[-S] [-D days] [-v] [-4|-6]\n");
+ printf ("[-F fqdn] [-S] [-D days] [-v] [-4|-6]\n");
}
More information about the Commits
mailing list