summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22added -R/-ereg/-eregiAndreas Baumann1-2/+8
2018-10-22added -N/--no-body optionAndreas Baumann1-5/+16
2018-10-22added usage and help for -E/--extended-perfdataAndreas Baumann1-1/+3
2018-10-22reverted double header in longoptsAndreas Baumann1-1/+0
2018-10-22added help/usage and getopt long struct member for -k/--header optionAndreas Baumann1-1/+4
2018-10-22fixed a missing else before curl_easy_setopt CURLOPT_CUSTOMREQUESTAndreas Baumann1-1/+2
2018-10-22check_curl: set correct host headerSven Nierlein1-11/+31
2018-10-22check_curl: implement extended performance dataSven Nierlein1-8/+40
2018-10-22check_curl: implement certificate checksSven Nierlein1-10/+56
2018-10-22check_curl: implement optional http headersSven Nierlein1-10/+19
2018-10-22added HTTP method handlingAndreas Baumann1-16/+54
2018-10-22forgot declaration of INVERT_REGEX in getopt otionsAndreas Baumann1-0/+1
2018-10-22added some casts for curl write functionsAndreas Baumann1-2/+2
2018-10-22added -r and --invert-regexAndreas Baumann1-10/+109
2018-10-22added -ca-file optionAndreas Baumann1-2/+15
2018-10-22handling last HTTP header correctly in HTTP line parser (added a strrstr repl...Andreas Baumann1-4/+45
2018-10-22some comment cleanupAndreas Baumann1-19/+13
2018-10-22adapted to style, using header file shims instead of HAVE_XXX by handAndreas Baumann1-588/+574
2018-10-22fixed curl error messageAndreas Baumann1-2/+2
2018-10-22added -s optionAndreas Baumann1-18/+29
2018-10-22added most options from nagios-curl-pluginAndreas Baumann1-18/+640
2018-10-22added autoconf stuff for curl plugin, created empty pluginAndreas Baumann1-0/+168