From 74dc4600dbce7415bd115d262059176213aaf0dd Mon Sep 17 00:00:00 2001 From: nagocoler Date: Fri, 20 Dec 2024 01:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- itbaima-monitor/README.md | 10 ---------- itbaima-monitor/config/server.json | 1 - 2 files changed, 11 deletions(-) delete mode 100644 itbaima-monitor/config/server.json diff --git a/itbaima-monitor/README.md b/itbaima-monitor/README.md index 0bd2f88..c8d3d8e 100644 --- a/itbaima-monitor/README.md +++ b/itbaima-monitor/README.md @@ -4,16 +4,6 @@ * API_BASE_URL=http://localhost:8080 - 后端接口基础地址 -## 数据采集客户端 - -启动前需要配置一下服务端链接信息和网卡信息: - -```json -{"address":"服务端地址","networkInterface":"网卡名称","token":"注册Token"} -``` - -配置完成后直接使用`./client.sh start`一键启动即可,若无执行权限可以`chmod +x client.sh`增加一下执行权限。 - ## 数据汇总服务端 启动前需要先完成以下环境变量配置,若不修改则使用下列默认值。 diff --git a/itbaima-monitor/config/server.json b/itbaima-monitor/config/server.json deleted file mode 100644 index fcff3e3..0000000 --- a/itbaima-monitor/config/server.json +++ /dev/null @@ -1 +0,0 @@ -{"address":"服务端地址","networkInterface":"网卡名称","token":"注册Token"} \ No newline at end of file