Check if the port is open on remote server (with netcat).
WM_HOST
- Hostname or IP address.WM_PORT
- Port to check.
Details of the check in Whoops Monitor configuration tab or for the .env
file.
WM_HOST=127.0.0.1
WM_PORT=22
0
- port is opened2
- port is not opened
docker build -t whoopsmonitor-check-port-open .
docker run --rm --env-file .env whoopsmonitor-check-port-open