summaryrefslogtreecommitdiffstats
path: root/web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch
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/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch
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/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch')
-rw-r--r--web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch b/web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch
new file mode 100644
index 0000000..61cd623
--- /dev/null
+++ b/web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch
@@ -0,0 +1,11 @@
1--- nagios-plugins-1.4.15.orig/plugins/sslutils.c 2010-12-19 00:24:23.000000000 +0100
2+++ nagios-plugins-1.4.15/plugins/sslutils.c 2010-12-19 00:34:57.000000000 +0100
3@@ -165,7 +165,7 @@
4 return STATE_WARNING;
5 }
6
7- printf (_("OK - Certificate will expire on %s.\n"), timestamp);
8+ printf (_("OK - Certificate will expire on %s (MM/DD/YYYY HH:MM).\n"), timestamp);
9 X509_free (certificate);
10 return STATE_OK;
11 # else /* ifndef USE_OPENSSL */