summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-19Merge pull request #1374 from riskersen/check_http_perfdata_timeoOliver Skibbe1-6/+6
2016-11-13add openssl 1.1 supportrefs/pull/1443/headvagrant1-2/+2
2016-11-11Merge pull request #1391 from lausser/patch-1refs/pull/1444/headSven Nierlein1-0/+4
2016-11-11patch to support the concept of virtual portsChristopher Odenbach1-8/+30
2015-11-04Update check_http.crefs/pull/1391/headGerhard Lausser1-0/+4
2015-10-07* check_http: added timeout to perfdata as max valrefs/pull/1374/headOliver Skibbe1-6/+6
2015-10-06Merge branch 'pr/1373'Holger Weiss1-5/+17
2015-10-04check_http: Allow for requesting TLSv1.1/TLSv1.2refs/pull/1373/headHolger Weiss1-5/+17
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2015-10-02plugins/check_http.c - fix regression introduced in commit 388ea928 (Host hea...Laurent Licour1-1/+1
2015-10-02plugins/check_http.c - fix Host header if explicitly set with -kLAURENT LICOUR1-12/+29
2015-10-01check_http: Adding support for checking SSL-Websites through Proxiesrefs/pull/1349/headMichael Melcher1-4/+41
2014-06-28plugins/check_http.c - leakage fixSpenser Reinhardt1-4/+6
2014-01-21Merge branch 'maint'Holger Weiss1-5/+5
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-4/+4
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-4/+4
2013-12-20Fix for SSL Versioning when multiple options are used.Joseph Gooch1-4/+4
2013-12-05check_http: Don't let "-N" expect an argumentHolger Weiss1-1/+1
2013-10-28Update URLs and mailing list addressesHolger Weiss1-1/+1
2013-09-26Die on SSL initialization errorsawiddersheim1-1/+1
2013-09-10Fix GCC's -Wuninitialized warningsHolger Weiss1-12/+12
2013-09-09s/--proxy_authorization/--proxy-authorization/Holger Weiss1-1/+1
2013-08-18check_http: Document the new -E optionHolger Weiss1-1/+3
2013-08-18Abbreviate function nameHolger Weiss1-1/+1
2013-08-18Merge branch 'master' of https://github.com/cern-mig/nagios-pluginsHolger Weiss1-5/+40
2013-08-18check_http: Use xasprintf instead of asprintfHolger Weiss1-1/+1
2013-08-18check_http: s/--header_string/--header-string/Holger Weiss1-1/+1
2013-08-18added ability to check regex against http headers. booyah!linkslice1-2/+22
2013-08-15cleanup after check_http patch (fixes #50)Sven Nierlein1-28/+28
2013-08-15log more perfdata in check_httpSebastian Nohn1-9/+83
2013-05-29Fixed SF.net bug #3571331, check_http converts semicolon to newline in -krefs/pull/52/headRichard Leitner1-3/+1
2013-05-17added support for client authentication via SSLrefs/pull/48/headLionel Cons1-5/+40
2012-08-10check_http: Update description of -C optionHolger Weiss1-1/+1
2012-08-10check_http: Add missing newline to --help outputHolger Weiss1-3/+3
2012-08-10fixing bug in certificate experiation patch checking for bad warning threshol...William Leibzon1-1/+1
2012-07-18check_http: Fix whitespace issuesHolger Weiss1-10/+10
2012-07-18check_http: Fix compilation without SSL supportHolger Weiss1-3/+4
2012-06-29Die when asprintf failsAnders Kaseorg1-39/+39
2012-06-25applied patch that adds both critical and warning thresholds to certificate e...William Leibzon1-9/+29
2012-05-29check_http: Fix -C/--certificate option handlingHolger Weiss1-1/+1
2012-05-28check_http: Don't ignore SSL initialization errorsHolger Weiss1-1/+3
2012-05-28Add support for specifying SSL protocol versionHolger Weiss1-7/+16
2012-02-24Clarify that check_http won't verify certificatesHolger Weiss1-0/+4
2011-01-01Make check_http use standard threshold functionsThomas Guyot-Sionnest1-30/+18
2010-08-31Fix typos in -f help textTon Voon1-1/+1
2010-06-23Display missing search string and URL when failed (Duncan Ferguson #2999924)tonvoon1-1/+6
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-2/+0