• Linux系统之安装uptime-kuma服务器监控面板


    一、uptime-kuma介绍

    1.1 uptime-kuma简介

    uptime-kuma是一款开源的、多功能的服务器监控面板 。

    1.2 uptime-kuma特点

    • 监控 HTTP(s) / TCP / HTTP(s) 关键字 / HTTP(s) Json 查询 / Ping / DNS 记录 / 推送 / Steam 游戏服务器 / Docker 容器的正常运行时间
    • 精美、反应式、快速的 UI/UX
    • 通过 Telegram、Discord、Gotify、Slack、Pushover、电子邮件 (SMTP) 和90 多种通知服务发送通知,请单击此处查看完整列表
    • 20 秒间隔
    • 多种语言
    • 多个状态页面
    • 将状态页面映射到特定域
    • 平图
    • 证书信息
    • 代理支持
    • 2FA 支持

    二、本次实践环境介绍

    2.1 环境规划

    本次实践为个人测试环境,使用服务器华为云ECS云服务器,
    操作系统版本为centos7.6。

    hostnameIP地址操作系统版本内核版本node.js版本服务器类别
    --centos 7.63.10.0-957.el7.x86_64v16.17.0华为云ECS云服务器

    2.2 本次实践介绍

    1.本次实践部署环境为个人测试环境;
    2.在centos7.6环境下部署uptime-kuma服务器监控面板。

    2.3 环境要求

    • 系统要求

    ✅ Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc.
    ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher
    ❌ Replit / Heroku

    • node.js和npm版本要求
      Node.js 14 / 16 / 18 / 20.4
      npm >= 7

    三、检查本地环境

    3.1 检查本地操作系统版本

    检查本地操作系统版本

    [root@ecs-52b7 ~]# cat /etc/redhat-release
    CentOS Linux release 7.6.1810 (Core)
    
    • 1
    • 2

    3.2 检查系统内核版本

    检查系统内核版本

    [root@ecs-52b7 ~]#  uname -r
    3.10.0-1160.92.1.el7.x86_64
    
    • 1
    • 2

    3.3 检查系统是否安装Node.js

    检查系统是否安装Node.js

    [root@ecs-52b7 ~]# node -v
    -bash: node: command not found
    
    • 1
    • 2

    四、部署Node.js 环境

    4.1 下载Node.js安装包

    下载Node.js安装包

    wget https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.xz
    
    
    • 1
    • 2

    4.2 解压Node.js安装包

    解压Node.js安装包

    tar -xvJf node-v16.17.0-linux-x64.tar.xz
    
    
    • 1
    • 2

    在这里插入图片描述

    4.3 复制二进制文件

    将 /root/node-v16.17.0-linux-x64/bin/下的二进制文件复制到/usr/local/bin下

    cp -a /root/node-v16.17.0-linux-x64/bin/node /usr/local/bin/node
    cp -a /root/node-v16.17.0-linux-x64/bin/npm /usr/local/bin/npm
    
    • 1
    • 2

    4.4 配置环境变量

    • 在/etc/profile文件中,新增以下两行:
    export NODE_HOME=/root/node-v16.17.0-linux-x64/bin/
    export PATH=$PATH:$NODE_HOME:/usr/local/bin/
    
    
    • 1
    • 2
    • 3
    • 使变量生效
    source /etc/profile
    
    • 1

    4.5 查看node版本

    查看node版本

    [root@ecs-52b7 ~]# npm -v
    8.15.0
    [root@ecs-52b7 ~]# node -v
    v16.17.0
    
    • 1
    • 2
    • 3
    • 4

    五、安装uptime-kuma

    5.1 下载uptime-kuma源码包

    • 下载uptime-kuma源码包
    git clone https://github.com/louislam/uptime-kuma.git
    
    • 1
    • 查看uptime-kuma源码包
    [root@ecs-52b7 uptime-kuma]# tree -L 2 ./
    ./
    ├── babel.config.js
    ├── CNAME
    ├── CODE_OF_CONDUCT.md
    ├── config
    │   ├── cypress.config.js
    │   ├── cypress.frontend.config.js
    │   ├── jest-backend.config.js
    │   └── vite.config.js
    ├── CONTRIBUTING.md
    ├── db
    │   ├── kuma.db
    │   ├── patch10.sql
    │   ├── patch1.sql
    │   ├── patch-2fa-invalidate-used-token.sql
    │   ├── patch-2fa.sql
    │   ├── patch2.sql
    │   ├── patch3.sql
    │   ├── patch4.sql
    │   ├── patch5.sql
    │   ├── patch6.sql
    │   ├── patch7.sql
    │   ├── patch8.sql
    │   ├── patch9.sql
    │   ├── patch-add-certificate-expiry-status-page.sql
    │   ├── patch-add-clickable-status-page-link.sql
    │   ├── patch-add-description-monitor.sql
    │   ├── patch-add-docker-columns.sql
    │   ├── patch-added-json-query.sql
    │   ├── patch-added-kafka-producer.sql
    │   ├── patch-added-mqtt-monitor.sql
    │   ├── patch-add-gamedig-given-port.sql
    │   ├── patch-add-gamedig-monitor.sql
    │   ├── patch-add-google-analytics-status-page-tag.sql
    │   ├── patch-add-invert-keyword.sql
    │   ├── patch-add-other-auth.sql
    │   ├── patch-add-parent-monitor.sql
    │   ├── patch-add-radius-monitor.sql
    │   ├── patch-add-retry-interval-monitor.sql
    │   ├── patch-add-sqlserver-monitor.sql
    │   ├── patch-add-timeout-monitor.sql
    │   ├── patch-api-key-table.sql
    │   ├── patch-group-table.sql
    │   ├── patch-grpc-monitor.sql
    │   ├── patch-http-body-encoding.sql
    │   ├── patch-http-monitor-method-body-and-headers.sql
    │   ├── patch-improve-performance.sql
    │   ├── patch-incident-table.sql
    │   ├── patch-maintenance-cron.sql
    │   ├── patch-maintenance-table2.sql
    │   ├── patch-monitor-add-resend-interval.sql
    │   ├── patch-monitor-basic-auth.sql
    │   ├── patch-monitor-expiry-notification.sql
    │   ├── patch-monitor-oauth-cc.sql
    │   ├── patch-monitor-push_token.sql
    │   ├── patch-monitor-tls.sql
    │   ├── patch-notification_sent_history.sql
    │   ├── patch-ping-packet-size.sql
    │   ├── patch-proxy.sql
    │   ├── patch-setting-value-type.sql
    │   ├── patch-status-page-footer-css.sql
    │   └── patch-status-page.sql
    ├── docker
    │   ├── alpine-base.dockerfile
    │   ├── builder-go.dockerfile
    │   ├── debian-base.dockerfile
    │   ├── docker-compose.yml
    │   ├── dockerfile
    │   ├── dockerfile-alpine
    │   └── etc
    ├── ecosystem.config.js
    ├── extra
    │   ├── beta
    │   ├── build-healthcheck.js
    │   ├── checkout-pr.js
    │   ├── close-incorrect-issue.js
    │   ├── compile-install-script.ps1
    │   ├── deploy-demo-server.js
    │   ├── download-dist.js
    │   ├── entrypoint.sh
    │   ├── env2arg.js
    │   ├── exe-builder
    │   ├── fs-rmSync.js
    │   ├── healthcheck.go
    │   ├── healthcheck.js
    │   ├── install.batsh
    │   ├── mark-as-nightly.js
    │   ├── press-any-key.js
    │   ├── remove-2fa.js
    │   ├── reset-password.js
    │   ├── simple-dns-server.js
    │   ├── simple-mqtt-server.js
    │   ├── sort-contributors.js
    │   ├── test-docker.js
    │   ├── update-language-files
    │   ├── update-version.js
    │   ├── update-wiki-version.js
    │   └── upload-github-release-asset.sh
    ├── index.html
    ├── install.sh
    ├── LICENSE
    ├── package.json
    ├── package-lock.json
    ├── public
    │   ├── apple-touch-icon.png
    │   ├── apple-touch-icon-precomposed.png
    │   ├── favicon.ico
    │   ├── icon-192x192.png
    │   ├── icon-512x512.png
    │   ├── icon.png
    │   ├── icon.svg
    │   └── manifest.json
    ├── README.md
    ├── SECURITY.md
    ├── server
    │   ├── 2fa.js
    │   ├── auth.js
    │   ├── cacheable-dns-http-agent.js
    │   ├── check-version.js
    │   ├── client.js
    │   ├── config.js
    │   ├── database.js
    │   ├── docker.js
    │   ├── google-analytics.js
    │   ├── image-data-uri.js
    │   ├── jobs
    │   ├── jobs.js
    │   ├── model
    │   ├── modules
    │   ├── monitor-types
    │   ├── notification.js
    │   ├── notification-providers
    │   ├── password-hash.js
    │   ├── prometheus.js
    │   ├── proxy.js
    │   ├── rate-limiter.js
    │   ├── routers
    │   ├── server.js
    │   ├── settings.js
    │   ├── socket-handlers
    │   ├── uptime-cache-list.js
    │   ├── uptime-kuma-server.js
    │   └── util-server.js
    ├── src
    │   ├── App.vue
    │   ├── assets
    │   ├── components
    │   ├── i18n.js
    │   ├── icon.js
    │   ├── lang
    │   ├── layouts
    │   ├── main.js
    │   ├── mixins
    │   ├── modules
    │   ├── pages
    │   ├── router.js
    │   ├── util-frontend.js
    │   ├── util.js
    │   └── util.ts
    ├── test
    │   ├── backend.spec.js
    │   ├── cypress
    │   ├── prepare-test-server.js
    │   ├── test_install_script
    │   └── test-radius.dockerfile
    └── tsconfig.json
    
    28 directories, 137 files
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169

    5.3 设置npm镜像源

    • npm设置国内淘宝镜像源
    npm config set registry https://registry.npmmirror.com
    
    • 1
    • 查看npm镜像源
    [root@jeven uptime-kuma]# npm get registry
    https://registry.npmmirror.com/
    
    • 1
    • 2

    5.4 安装uptime-kuma

    • 准备项目环境
    npm run setup
    
    • 1

    在这里插入图片描述

    • 执行以下命令
    node server/server.js &
    
    • 1

    在这里插入图片描述

    • 安装 pm2
    npm install pm2 -g && pm2 install pm2-logrotate
    
    • 1

    在这里插入图片描述

    • 启动uptime-kuma服务
    pm2 start server/server.js --name uptime-kuma
    
    • 1

    在这里插入图片描述

    5.5 检查uptime-kuma服务状态

    • 检查uptime-kuma服务状态
    [root@ecs-52b7 uptime-kuma]# ss -tunlp |grep 300
    tcp    LISTEN     0      511    [::]:3001               [::]:*                   users:(("node",pid=2209,fd=24))
    
    • 1
    • 2

    六、uptime-kuma基本使用

    6.1 创建管理员账号

    访问地址:IP:3001
    将IP地址替换为自己服务器IP地址,云服务器安全组需要放行3001端口,关闭防火墙和selinux。
    在这里插入图片描述

    在这里插入图片描述

    6.2 添加监控项

    检查本地的3001端口是否监听,填写以下监控项基本信息,保存即可。

    在这里插入图片描述

    在这里插入图片描述

  • 相关阅读:
    你究竟值多少钱?2021 科技行业薪酬分析
    springboot 获取参数
    Python3.9的69个内置函数(内建函数)介绍,并附简单明了的示例代码
    深入理解JVM虚拟机第六篇:内存结构与类加载子系统概述
    【EI会议征稿】2024年第四届人工智能、自动化与高性能计算国际会议(AIAHPC 2024)
    跨平台编译QCA、安装QCA(Windows、Linux、MacOS环境下编译与安装)
    GCC优化
    Advent of Code --- day 5
    欧盟:苹果不许限制 iOS 中的浏览器引擎,网友:不怕 Chrome “垄断”市场?
    ardupilot 关于设备车Rover的学习《2》------如何解锁
  • 原文地址:https://blog.csdn.net/jks212454/article/details/132956756