Linux command
updo 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
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.
参数
- --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).
FAQ
What is the updo command used for?
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.
How do I run a basic updo example?
Run `updo monitor [https://example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --refresh _seconds_ do in updo?
Refresh interval in seconds (default: 5).