Last update at :2024-02-12,Edit by888u
I accidentally discovered a small and beautiful monitoring tool uptime-kuma, which comes with alarm notifications. After reading the introduction, the author originally wanted to find a monitoring tool similar to Uptime Robot, but could not find it. The closest one was statping, but unfortunately Unfortunately, it was unstable and no longer maintained, so the author taught himself to develop this tool. Lao Yang also built a few of them. The only drawback is that they can only be built separately on servers in each region. If they can be integrated together, multi-point monitoring would be perfect.
github official website: https://github.com/louislam/uptime-kuma
Tool features:
- Monitor HTTP(s) / TCP / HTTP(s) Keywords / Ping / DNS Records / Push / Steam Game Server / Docker Container Uptime.
- Fancy, reactive, fast UI/UX.
- Send notifications via Telegram, Discord, Gotify, Slack, Pushover, email (SMTP) and 90+ notification services.
- 20 second interval.
- Multiple languages
- Multiple status pages
- Map status page to domain
- Ping graph
- Certificate information
- Agent Support
- 2FA available
Installation tutorial
Use docker to install directly, which is convenient and fast. For students who really don’t know how, build a pagoda panel and then install docker. After the installation is complete, execute the following command.
#Create a storage volume (create one on this machine) docker volume create uptime-kuma #Download and start uptime-kuma port listening on 3001 docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 #Storage volume description #View storage volume list docker volume ls #View the path of the storage volume on the machine docker volume inspect uptime-kuma Copy codeVisit http://IP:3001 to open the WEB page
When accessing for the first time, you need to set up an administrator account and password, and just follow the prompts.
Use
Click on the upper left corner to create a monitoring item and start setting up monitoring
The pages are all in Chinese. Please experience the specific functions by yourself. It is still very good for making a small and beautiful site, application port, and host survival monitoring tool. . Not only is the configuration simple, but the status display is also very friendly
However, there are still some shortcomings. For example, the monitoring history is less than 2 hours long, WeChat notifications and Feishu notifications need to be forwarded by themselves, monitoring items are not grouped, etc. However, it can meet the basic needs of my current monitoring business.
Recommended plan for bricklayers
Warm reminder: If you have difficulty choosing, just choose the CN2 GIA-E plan in the middle. The quarterly payment is $49.99, and you can switch between up to 12 computer rooms at will.CN2 (cheapest) | 1GB | 1 core | 20GB | 1TB | 1Gbps | DC3 CN2 DC8 ZNET | $49.99/year | Direct |
CN2 | 2GB | 1 core | 40GB | 2TB | 1Gbps | $52.99/half year $99.99/year | Direct | |
CN2 GIA-E (Most recommended) | 1GB | 2 cores | 20GB | 1TB | 2.5Gbps | DC6 CN2 GIA-E DC9 CN2 GIA Japan SoftBank JPOS_1 Netherlands EUNL_9 | $49.99/quarter $169.99/year | Direct |
CN2 GIA-E | 2GB | 3 core | 40GB | 2TB | 2.5Gbps | $89.99/quarter $299.99/year | Direct | |
HK | 2GB | 2 cores | 40GB | 0.5TB | 1Gbps | Hong Kong, China CN2 GIA | $89.99/month $899.99/year | Direct |
HK | 4GB | 4 core | 80GB | 1TB | 1Gbps | $155.99/month $1559.99/year | Direct | |
TOKYO | 2GB | 2 cores | 40GB | 0.5TB | 1.2Gbps | Tokyo, Japan CN2 GIA | $89.99/month $899.99/year | Direct |
TOKYO | 4GB | 4 core | 80GB | 1TB | 1.2Gbps | $155.99/month $1559.99/year | Direct | |
Recommended site searches: multi-IP station group server, IP query, legendary server rental price list, Taiwan host, registration-free CDN acceleration, Dongwang host, mainland China dynamic IP agent, permanent free Linux server, IP segment query, foreign countries Domain name,
发表评论