又一个VPS服务器云监控|云探针|BlackCat Monitor|黑猫监控

cera cera

BlackCat Monitor

黑猫监控由 3 个部分组成

  • monitor-client
  • monitor-server
  • monitor-ui

功能

目前黑猫支持以下功能:

  • 服务器负载查看
  • 服务器实时流量查看
  • 服务器内存
  • 服务器硬盘容量查看
  • 服务器连通性(是否被墙)

注意

此教程为 Docker 安装方式,请确保您的机器支持 Docker.

提示

请确保您的机器上安装了Docker以及docker-compose

安装 Client

在每个节点上安装 client:

  1. mkdir /data/monitorclient
  2. cd /data/monitorclient
  3. wget https://raw.githubusercontent.com/orvice/monitor-client/master/docker-compose.yml
  4. dockercompose up d

 

默认网卡修改

默认网卡为 eth0,可以在 docker-compose.yml 里修改 NET_INTERFACE=eth0

安装 Server 以及 UI

下载默认配置:

  1. git clone https://github.com/orvice/monitor-deploy.git blackcat
  2. cd blackcat

配置 server

  1. 修改文件 config/config.json 配置节点信息。
  2. 编辑docker-compose.yml 文件,修改 API_URI=http://domain.com:82,地址修改为当前服务器 orIP.

完成修改后,启动 server&ui:

  1. dockercompose up d

cera cloudiplc tengxunyun

相关推荐

mjjping.com cera cera cloudiplc