summaryrefslogtreecommitdiff
path: root/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c')
-rw-r--r--net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c b/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c
index 780f14984e83..041b7bd3fe14 100644
--- a/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c
+++ b/net-mgmt/monitoring-plugins/files/patch-plugins__check_ssh.c
@@ -1,6 +1,6 @@
---- ./plugins/check_ssh.c.orig 2014-04-27 19:59:06.000000000 +0200
-+++ ./plugins/check_ssh.c 2014-05-09 18:45:31.000000000 +0200
-@@ -250,6 +250,7 @@
+--- ./plugins/check_ssh.c.orig 2014-07-06 12:26:39.000000000 +0200
++++ ./plugins/check_ssh.c 2014-07-29 15:15:33.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 @@
+@@ -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));