Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-07 | Check curl detect ipv6 (#1809) | Lorenz | 1 | -11/+28 | |
* If server_address is an IPv6 address surround it with brackets * If the message is too short, we should not have an underflow * Add simple conditional test case available if IPv6 is | |||||
2022-07-20 | Remove check_http and check_curl test which are somehow always failing (#1777) | Lorenz | 1 | -6/+1 | |
* Remove failing checks for check_http * Remove failing checks for check_curl | |||||
2021-05-24 | check_curl.c: bugfix: verify certificates option should not force SSL to be usedrefs/pull/1688/head | Barak Shohat | 1 | -1/+1 | |
2021-05-18 | check_curl.t: Adjust test to use -f curl | Jacob Hansen | 1 | -2/+1 | |
It appears that `-f follow` doesn't work correctly in `check_curl` at the moment. Test adjusted to use `-f curl` instead. Issue for the above created: https://github.com/monitoring-plugins/monitoring-plugins/issues/1685 Signed-off-by: Jacob Hansen <jhansen@op5.com> | |||||
2021-04-30 | Fix conditional tests for check_http, check_curl | Aksel Sjögren | 1 | -2/+2 | |
Set correct number of tests in skip- blocks to avoid the error "Bad plan. You planned 50 tests but ran 55" when run with/without /usr/bin/faketime and NP_INTERNET_ACCESS=yes/no. | |||||
2021-04-07 | Merge pull request #1669 from bazzisoft/verify-cert | Sven Nierlein | 1 | -1/+4 | |
Add an option to check_curl to verify the peer certificate & host using the system CA's | |||||
2021-04-07 | Add an option to check_curl to verify the peer certificate & host using the ↵refs/pull/1669/head | Barak Shohat | 1 | -1/+4 | |
system CA's | |||||
2021-04-07 | Updated check_curl.c to display a specific human-readable error message ↵refs/pull/1668/head | Barak Shohat | 1 | -2/+2 | |
where possible | |||||
2020-05-18 | update test parameter according to check_http | Sven Nierlein | 1 | -26/+9 | |
2018-10-25 | check_curl: rewrite connect_to / host headers | Sven Nierlein | 1 | -1/+13 | |
since CURLOPT_CONNECT_TO is only available in later curl versions, we do it the other way round now and set the url from the address we want to connect to and then set the host header accordingly. | |||||
2018-10-22 | made check_curl tests copies of check_http tests because they will differ ↵ | Andreas Baumann | 1 | -1/+204 | |
slightly | |||||
2018-10-22 | check_curl: make check_curl use the same tests as check_http | Sven Nierlein | 1 | -200/+1 | |
2018-10-22 | add check_curl test | Sven Nierlein | 1 | -0/+200 | |
just a copy of check_http for now... Signed-off-by: Sven Nierlein <sven@nierlein.de> |