/canary
Lightweight uptime watcher.
When to use
- After deploying, to watch the new release
- Before a major event, as a heartbeat
- The user says "set up a watcher", "monitor X URL"
What it produces
scripts/canary.sh that uses curl. zero install. supports:
bash scripts/canary.sh # one-shot, exits 0/1
bash scripts/canary.sh --watch # continuous loop
Run it
dragoon canary https://example.com --apply
dragoon canary https://example.com --status 204 --interval 30 --apply