Uptime Kuma
A self-hosted monitoring tool.
Recommended words : Uptime Kuma , is a self-hosted monitoring tool (open source project) similar to "Uptime Robot". It supports flexible configuration, has a beautiful interface, supports hosting and deployment by anyone, and is very valuable for monitoring Web sites or background interfaces. It has the following functional characteristics:
- Monitor HTTP(s) / TCP / HTTP(s) keywords / Ping / DNS records / Push / Steam game server uptime.
- Fancy, reactive, fast UI/UX.
- Send notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP) and more than 70 notification services, click here for the full list .
- Default 20 second interval;
- Support multiple languages;
- simple status page;
- Ping Chart (Ping Chart);
- Certificate Info;
how to install?
Uptime Kuma supports Docker, Node.js-based toolchain (plus Git, pm2) and other methods of deployment. The following is the installation method based on Docker (the latest version: louislam/uptime-kuma is v1.14.1
):
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/up
Of course, if you like, you can also install it based on Docker Compose. For details, please refer to the article: How to deploy Uptime Kuma service based on Docker? .
The Uptime Kuma service is very valuable in my opinion; it can be deployed to monitor various services that are being maintained (such as the chain of allure , graceful sentences ); if there is a problem with the application, I can know it at the first time, so Troubleshoot and fix quickly to minimize damage.
── From Chain of Allure - Uptime Kuma
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。