This check check if specified URL responds with HTTP status 200.
WM_ENDPOINT_URL
URL this visits.WM_BEARER_TOKEN
Token to authentication.
Details of the check in Whoops Monitor configuration tab or for the .env
file.
WM_ENDPOINT_URL=https://www.google.com/
0
- URL is alive.2
- URL is not responding.
docker build -t whoopsmonitor-check-url-alive .
docker run --rm --env-file .env whoopsmonitor-check-url-alive