monitoring-plugins/plugins
Peter (pir) Radcliffe a3a78795b2 Use GMT timezone in SSL certs
SSL certs are required to use times in GMT per
https://www.ietf.org/rfc/rfc5280.txt but the mktime() here assumes the
current timezone.

Fix the time_t conversion to be done assuming GMT with timegm() and
only do it once rather than twice.

Display the expiry date and time with ISO format years and give an
offset from GMT and a timezone to be very clear about exactly what time
is being displayed. Time given is correct and now in the machine’s
timezone.
2016-11-07 22:42:40 +01:00
..
t check_users: add new test cases 2016-11-07 21:49:40 +01:00
tests fix tests for certificates expire date with seconds 2015-10-02 16:27:12 +02:00
check_apt.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_by_ssh.c check_by_ssh: print command output in verbose mode 2016-09-17 07:45:08 +02:00
check_cluster.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_dbi.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_dig.c check_dig: expected answer is now incasesensitive 2015-10-15 10:59:32 +02:00
check_disk.c Revert "Don't let check_disk hang on hanging file systems" 2015-10-12 11:07:02 +02:00
check_dns.c DNS is case insensitive! 2016-02-22 17:14:27 +01:00
check_dummy.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_fping.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_game.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_hpjd.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_http.c Merge branch 'pr/1373' 2015-10-06 12:57:29 +02:00
check_ide_smart.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ldap.c Typo in check_ldap.c usage 2015-11-02 18:14:09 +01:00
check_load.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mrtg.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mrtgtraf.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mysql.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_mysql_query.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_nagios.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_nt.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ntp.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ntp_peer.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ntp_time.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_nwstat.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_overcr.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_pgsql.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ping.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_procs.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_radius.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_real.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_smtp.c check_smtp.c: modified SSL check for use with -e 2015-10-08 09:04:29 +02:00
check_snmp.c check_snmp.c - Added IPv6 support 2016-11-07 22:13:07 +01:00
check_ssh.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_swap.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_tcp.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_time.c use unknown exit code for help/version in plugins 2015-10-04 19:24:30 +02:00
check_ups.c Merge branch 'maint' 2015-10-08 12:52:10 +02:00
check_users.c check_users: still allow zero thresholds 2016-11-07 21:49:03 +01:00
common.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
Makefile.am Revert "Don't let check_disk hang on hanging file systems" 2015-10-12 11:07:02 +02:00
negate.c Merge pull request #1262 from waja/fix_aix 2014-06-28 22:24:52 +02:00
netutils.c Merge remote-tracking branch 'upstream/master' 2014-07-29 18:52:12 -04:00
netutils.h check_http: Allow for requesting TLSv1.1/TLSv1.2 2015-10-04 23:28:35 +02:00
popen.c Project rename initial commit. 2014-01-19 14:18:47 -05:00
popen.h Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
runcmd.c plugins/runcmd.c: Remove superfluous newline 2014-06-18 18:40:23 +02:00
runcmd.h Project rename initial commit. 2014-01-19 14:18:47 -05:00
sslutils.c Use GMT timezone in SSL certs 2016-11-07 22:42:40 +01:00
urlize.c Capitalize "Monitoring" when it's the first word 2014-01-20 03:12:50 +01:00
utils.c check_users not correctly detecting thresholds 2016-11-07 21:36:25 +01:00
utils.h check_users not correctly detecting thresholds 2016-11-07 21:36:25 +01:00