summaryrefslogtreecommitdiffstats
path: root/web/attachments/396435-nagios-plugins-1.4.15-ssl-date-clarification.patch
blob: 61cd6234b470bf8e94dd253ed61cad642fc0843b (plain)
1
2
3
4
5
6
7
8
9
10
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 */