ghkdqhrbals/server deploy monitoring

Monitor build time, optionally health-check a URL, and report success/failure via webhook

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook_urlWebhook URL to receive a JSON report (optional)no
health_check_urlURL to health-check on end (optional)no
health_wait_secondsOptional: retry up to N seconds until health_check_url returns an HTTP response (ok only on 200; 0 = no wait)no0
project_nameProject name for reportingnounknown
actionAction to perform: start | endyes
job_statusJob status string (recommended: pass the workflow job status, e.g. job.status)no
namedescription
build_time_msBuild time in milliseconds (only set when action=end)
build_statusBuild status (success|failure|cancelled|unknown) (only set when action=end)
health_statusHealth check status (ok|fail|skipped) (only set when action=end)
health_http_statusHealth check HTTP status code (or skipped)
health_latency_msHealth check latency in ms (or skipped/unknown)