Http(s)
HTTP Monitor (aka URL Watch Server in MCT) sends a single HTTP(s) request with its configured request settings to the specified URL. It checkes the response code if request was successfully sent and reponded, and check response body to see if get the expected content.
label: language:java; os:alma8
Configuration ¶
General ¶
- Check Name - Name of the monitor to identify the check.
- URL - URL of the HTTP monitor of format
<http(s)>://hostname:port/path. - Positive Match - Keywords to identify as success result from response body
- Negative Match - Keywords to identify as failure result from response body
- Timeout - The duration to wait before timeout in seconds.
- Method - HTTP Method.
Request Settings ¶
- Retries - Maximum retry times
- Mode - Authentication mode
Source Code
More details could be found in URL Watch