mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 23:29:17 -04:00
plugins/tests/check_curl.t forks and runs a http(s) server that responds to specific uri endpoints. Added another endpoint under /redirect_with_increment with dynamic redirection points. This endpoint will parse different parts of the uri that come after the path: parameters, query and the fragment. If applicable, seperate elements within each field are parsed into key/value pairs. value is incremented in redirected URI. Tests if check_url redirection logic retains different parts of the url when parsing the uri and building the new redirected URL. Current tests show that it ignores the fragment part. |
||
|---|---|---|
| .. | ||
| certs | ||
| conf | ||
| var | ||
| check_curl.t | ||
| check_http.t | ||
| check_procs.t | ||
| check_snmp.t | ||
| check_snmp_agent.pl | ||
| test_check_disk.c | ||
| test_check_disk.t | ||
| test_check_snmp.c | ||
| test_check_snmp.t | ||
| test_check_swap.c | ||
| test_check_swap.t | ||