updo icon indicating copy to clipboard operation
updo copied to clipboard

Uptime monitoring CLI tool with alerting and advanced settings

Results 12 updo issues
Sort by recently updated
recently updated
newest added

Currently, it is getting stuck and cannot exit.

bug

More Options for Notifications, e.g., Email, Slack, and Webhook URLs.

enhancement

https://go.dev/doc/go1.23

enhancement

I'd like to monitor a private endpoint, that requires an `Authorization` header to return a response. What about supporting something like that? ```sh updo \ --url https://example.com \ --header "Authorization:...

it's hard to see slight grey and white, perhaps, I'm not comfortable with having colour on the selected list to monitor.

https://tip.golang.org/doc/go1.25

enhancement

Currently, updo creates one goroutine per target for concurrent monitoring. While this works well for typical usage, it can be problematic for deployments with hundreds of targets or in resource-constrained...