diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-20 21:29:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-20 21:29:57 +0000 |
commit | adab9c11179499ed9656a3afa45a60d880c96839 (patch) | |
tree | 27b0174779c3ea0fa48dd70b0c493a2e44570d2b /net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c | |
parent | xmllint from new libxml2 seems to be stricter than it used to be (diff) |
Update to 2.0.2.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-2-released/
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=354692
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c index f68032e1640e..bb6bb28dee10 100644 --- a/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c +++ b/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c @@ -1,6 +1,6 @@ ---- plugins/check_ssh.c.orig 2012-06-27 21:32:47.000000000 +0400 -+++ plugins/check_ssh.c 2013-09-25 17:03:01.000000000 +0400 -@@ -250,6 +250,7 @@ ssh_connect (char *haddr, int hport, cha +--- ./plugins/check_ssh.c.orig 2014-03-04 22:41:57.000000000 +0100 ++++ ./plugins/check_ssh.c 2014-05-20 23:08:11.000000000 +0200 +@@ -255,6 +255,7 @@ printf (_("SSH WARNING - %s (protocol %s) version mismatch, expected '%s'\n"), ssh_server, ssh_proto, remote_version); @@ -8,7 +8,7 @@ close(sd); exit (STATE_WARNING); } -@@ -260,6 +261,7 @@ ssh_connect (char *haddr, int hport, cha +@@ -273,6 +274,7 @@ (_("SSH OK - %s (protocol %s) | %s\n"), ssh_server, ssh_proto, fperfdata("time", elapsed_time, "s", FALSE, 0, FALSE, 0, TRUE, 0, TRUE, (int)socket_timeout)); |