From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- .../396435-nagios-plugins-1.4.15-ssl-date-clarification.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch (limited to 'web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch') 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 @@ +--- nagios-plugins-1.4.15.orig/plugins/sslutils.c 2010-12-19 00:24:23.000000000 +0100 ++++ nagios-plugins-1.4.15/plugins/sslutils.c 2010-12-19 00:34:57.000000000 +0100 +@@ -165,7 +165,7 @@ + return STATE_WARNING; + } + +- printf (_("OK - Certificate will expire on %s.\n"), timestamp); ++ printf (_("OK - Certificate will expire on %s (MM/DD/YYYY HH:MM).\n"), timestamp); + X509_free (certificate); + return STATE_OK; + # else /* ifndef USE_OPENSSL */ -- cgit v1.2.3-74-g34f1