summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22small fixes and cleanups around SSL, be more tolerant to -S<x> optionsAndreas Baumann1-14/+14
2018-10-22for now we set LIBCURL_USES_OPENSSL alwaysAndreas Baumann1-0/+3
2018-10-22made check_curl compile also if we have openssl disabledAndreas Baumann1-0/+6
2018-10-22fixed some libcurl checks and minimal versionsAndreas Baumann1-12/+8
2018-10-22some work on certificate checking for non-OpenSSL librariesAndreas Baumann1-11/+77
2018-10-22small fix and we see CURLOPT_SSL_CTX_FUNCTION does not work on Centos 6?Andreas Baumann1-1/+1
2018-10-22some cleanup and added error handling around curl_easy_getinfo/curl_easy_setoptAndreas Baumann1-59/+64
2018-10-22fixed test outputs for status line checksAndreas Baumann2-38/+103
handling empty data in POST and PUT handling data upload (from -P <postdata>) also in PUT
2018-10-22added -n and more display_html stuffAndreas Baumann1-3/+9
2018-10-22added -L optionAndreas Baumann1-2/+14
2018-10-22fixed non-C99-ism in get_header_valueAndreas Baumann1-1/+2
2018-10-22added -M<m> age option for document age, using picohttpparser from h2o ↵Andreas Baumann4-7/+911
(maybe handy later to make a more robust header condition checker?)
2018-10-22made check_curl tests copies of check_http tests because they will differ ↵Andreas Baumann2-2/+622
slightly
2018-10-22added POST support (-P/-T options)Andreas Baumann1-5/+33
2018-10-22fixed handling of SSL/TLS protocol versionsAndreas Baumann1-12/+70
2018-10-22added -l option, fixed some usage/helpAndreas Baumann1-4/+11
2018-10-22added -d/--header-string optionAndreas Baumann1-2/+23
2018-10-22check_curl: implement -e/--expectSven Nierlein1-22/+75
2018-10-22check_curl: support check_http arguments for backwards compatibilitySven Nierlein1-0/+14
2018-10-22check_curl: adopt output format from check_httpSven Nierlein1-8/+15
2018-10-22check_curl: make check_curl use the same tests as check_httpSven Nierlein4-236/+43
2018-10-22added -4/-6 optionAndreas Baumann1-2/+25
2018-10-22added -m/--pagesize optionAndreas Baumann1-1/+43
2018-10-22added help for --invert-regexAndreas Baumann1-0/+2
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-22add check_curl testSven Nierlein1-0/+200
just a copy of check_http for now... Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22check_curl: set correct host headerSven Nierlein1-11/+31
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22check_curl: implement extended performance dataSven Nierlein1-8/+40
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22check_curl: implement certificate checksSven Nierlein3-24/+79
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22check_curl: implement optional http headersSven Nierlein1-10/+19
Signed-off-by: Sven Nierlein <sven@nierlein.de>
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 ↵Andreas Baumann1-4/+45
replacement)
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 Baumann2-1/+172
2017-11-06Fix build issue with MariaDB 10.2refs/pull/1522/headBernard Spil1-0/+5
As of 10.2 MariaDB no longer defines MYSQL_PORT.
2017-09-04Output plugin's stderr to stderrrefs/pull/1505/headMichael Kraus1-3/+1
Output plugin's stderr to stderr and do not exit with WARNING in that case
2017-05-04Merge pull request #1474 from odenbach/vportSven Nierlein1-2/+39
Added tests for virtual port behaviour. Separated from all other test…