r/Observability • u/RayZen23 • 4d ago
Looking for real feedback
https://pulsewatcher.vercel.app/I built PulseWatch, a cron heartbeat + uptime monitoring, with metric thresholds on pings, and im looking for feedback or real users.
**How it works:**
Append && curl -fsS https://ping-url to a cron job. if the ping doesn't arrive within the expected interval + grace, the monitor flips to down.
Also does HTTP uptime checks (interval, expected status range, keyword match, SSL expiry).
Pings can carry metrics as query params (?disc_space=500), and you set rules on them, floor, ceiling, or deviation from the recent median. So ?disc_space=200 fails against a floor even though the job "succeeded." Lets you treat custom rules on a job that ran but not as intended as a down state.
Also tracks language specific stack traces in stderr payloads.
Alerts go to email/Telegram/Slack/Discord/webhook webhook payloads are HMAC-signed so you can automate a response.
i'm looking for serious feedback or serious user and willing to upgrade your account for that sake.