@echo off REM status-ok.cmd — tell site1.erralert.com this machine/script is healthy. REM Replace YOUR_URL with the capture POST URL from your object's detail page. curl --silent --show-error --max-time 15 -X POST ^ -H "Content-Type: application/json" ^ --data-raw "{\"hostname\": \"%COMPUTERNAME%\", \"summary\": \"all checks passing\"}" ^ "YOUR_URL/ok"