Monitors & Deploys
Two ways IssuesByScott keeps an eye on the health and shipping of your tools.
Monitors
A monitor is an automated health check on a tool. Types include:
- Uptime — is the site responding (and with the expected content)?
- GitHub CI — are workflow runs passing?
- Dependabot — open dependency PRs.
- Security alerts — open vulnerability advisories.
- Package version — published vs. expected gem/NPM versions.
- SEO health and SSL certificate expiry.
Monitors are largely configured from each tool's settings, and you can run a check on demand to see current status.
Deploys
IssuesByScott tracks deploys with status (queued, running, succeeded, failed, cancelled). Deploys are serialized through a queue, so two deploys never stomp on each other — they run in order. You can watch status live and cancel a queued deploy.
Together, monitors tell you when something's wrong, and the deploy view tells you what's shipping and whether it landed.