LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

PARAMETERS

--refresh seconds

Refresh interval in seconds (default: 5).
--timeout seconds
Request timeout in seconds (default: 10).
--webhook-url url
Webhook URL for alerts (Slack or Discord).
--assert-status code
Expected HTTP status code (default: 200).

HISTORY

updo was created by Owloops and is written in Go.

SEE ALSO

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

Copied to clipboard
Kai