LinuxCommandLibrary

updo

Uptime monitoring CLI with alerting support

TLDR

Monitor a website
$ updo monitor [https://example.com]
copy
Monitor with custom refresh interval and timeout
$ updo monitor --refresh [10] --timeout [5] [https://example.com]
copy
Monitor with Slack webhook alerts
$ updo monitor --webhook-url "[https://hooks.slack.com/...]" [https://example.com]
copy

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.

SEE ALSO

ping(1), curl(1), httpstat(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard