summaryrefslogtreecommitdiffstats
path: root/web/attachments/212748-check_ssh_hostname_opt_fix.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/212748-check_ssh_hostname_opt_fix.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/212748-check_ssh_hostname_opt_fix.diff')
-rw-r--r--web/attachments/212748-check_ssh_hostname_opt_fix.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/attachments/212748-check_ssh_hostname_opt_fix.diff b/web/attachments/212748-check_ssh_hostname_opt_fix.diff
new file mode 100644
index 0000000..0411a2e
--- /dev/null
+++ b/web/attachments/212748-check_ssh_hostname_opt_fix.diff
@@ -0,0 +1,10 @@
1--- nagios-plugins-HEAD-200701231300/plugins/check_ssh.c.orig 2007-01-23 19:43:04.000000000 +0200
2+++ nagios-plugins-HEAD-200701231300/plugins/check_ssh.c 2007-01-23 19:43:16.000000000 +0200
3@@ -103,6 +103,7 @@
4 {"help", no_argument, 0, 'h'},
5 {"version", no_argument, 0, 'V'},
6 {"host", required_argument, 0, 'H'},
7+ {"hostname", required_argument, 0, 'H'},
8 {"port", required_argument, 0, 'p'},
9 {"use-ipv4", no_argument, 0, '4'},
10 {"use-ipv6", no_argument, 0, '6'},