介绍
如果你有多个服务器的话,想统一监控管理这些服务器的状态,可以使用这个开源免费的工具uptime-kuma,高颜值图形化UI。
主要监控服务器HTTP/TCP/HTTP关键字/Ping/DNS记录/推送/Steam Game Server的正常运行时间,通知方式支持Telegram(电报)、Discord、Getify、Slack、Pushover、电子邮件(SMTP)和70多个通知服务。
监控页面截图
如何安装
安装方式支持Docker
🐳 Docke用户
docker volume create uptime-kuma docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
💪🏻非Dock用户
Required Tools: Node.js >= 14, git and pm2.
# Update your npm to the latest version npm install npm -g git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma npm run setup # Option 1. Try it node server/server.js # (Recommended) Option 2. Run in background using PM2 # Install PM2 if you don't have it: npm install pm2 -g pm2 start server/server.js --name uptime-kuma
其他安装和详情参照项目地址
项目地址
Github:https://github.com/louislam/uptime-kuma
demo演示:https://demo.uptime.kuma.pet/
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。