updo
Uptime monitoring CLI with alerting support
TLDR
Monitor a website
$ updo monitor [https://example.com]
Monitor with custom refresh interval and timeout$ updo monitor --refresh [10] --timeout [5] [https://example.com]
Monitor with Slack webhook alerts$ updo monitor --webhook-url "[https://hooks.slack.com/...]" [https://example.com]
SYNOPSIS
updo monitor [options] URL...
DESCRIPTION
updo is a command-line tool for monitoring website uptime and performance. It provides real-time metrics including response time, SSL certificate expiry, and uptime percentage. Supports multi-target monitoring, multi-region AWS Lambda deployment, Prometheus and Grafana integration, and webhook alerts for Slack and Discord.
HISTORY
updo was created by Owloops and is written in Go.

