提交 7923ddd8 编写于 作者: W wgcloud

readme完善

上级 6212d845
......@@ -4,6 +4,8 @@ Linux performance monitoring tools, operation and maintenance monitoring, networ
[中文版README](https://github.com/tianshiyeben/wgcloud/blob/master/README_zh.md)
![a.jpg](https://raw.githubusercontent.com/tianshiyeben/wgcloud/master/demo/a.jpg)
## Dependent environment
1.JDK1.8
......@@ -25,11 +27,17 @@ Linux 3.10.0-514.el7.x86_64 (localhost.localdomain) 2019年01月10日 _x86_64_
```
## configuration parameter
## Source code usage
To build a new web Maven project with eclispe, use SRC to replace the SRC directory of the new project, use pom. XML to replace the pom. XML in the new project, and set jdk.
SQL folder is the database creation script. Create a new database named dats in MySQL and execute the dats. SQL script
application.properties,Configure database link information
Application. properties, configure database link information
host.properties,Configure monitor server information in the format of IP = port // username // password, you can configure multiple,Try not to use root account
Host. properties, configure monitoring server information in the format of IP = port // username // password, you can configure more than one, try not to use root account
Because the application will get the running status from the target server by configuring the host. properties information, the monitored server does not need to install the application.
## Monitoring index
......@@ -64,8 +72,6 @@ The server empties the failed server information every three days, so you can't
At the same time, the system will regularly clear the monitoring information 30 days ago.
![a.jpg](https://raw.githubusercontent.com/tianshiyeben/wgcloud/master/demo/a.jpg)
## Warning prompt rule
The threshold of system memory usage is 99%. If it exceeds sending mail, it will not be repeated 24 hours.
......@@ -82,7 +88,7 @@ http://localhost:9000/wgcloud
Login account/password:admin/111111
## userinfo
## contact
email:wg900@qq.com
......@@ -2,6 +2,8 @@
linux性能监测工具,运维监控,网络吞吐率,服务器cpu监控,内存监控
![a.jpg](https://raw.githubusercontent.com/tianshiyeben/wgcloud/master/demo/a.jpg)
## 依赖环境
1.JDK1.8
......@@ -22,12 +24,17 @@ Linux 3.10.0-514.el7.x86_64 (localhost.localdomain) 2019年01月10日 _x86_64_
13时40分26秒 all 0.60 0.00 0.19 0.16 0.00 0.03 0.00 0.00 0.00 99.02
```
## 源码使用
用eclispe新建一个web maven工程,使用src来替换新建工程的src目录,使用pom.xml替换新建工程里的pom.xml,设置好jdk即可。
## 配置参数
sql文件夹是数据库创建脚本,在mysql新建名为dats的数据库,执行dats.sql脚本
application.properties配置数据库链接信息
application.properties配置数据库链接信息
host.properties配置监控服务器信息,格式为ip=端口//用户名//密码,可以配置多个,尽量不要使用root账号
host.properties,配置监控服务器信息,格式为ip=端口//用户名//密码,可以配置多个,尽量不要使用root账号
因为本应用会通过配置的host.properties信息来从目标服务器获取运行状态,所以被监控的服务器不需要安装本应用。
## 监控指标
......@@ -60,8 +67,6 @@ avgqu-sz:向设备发出的请求平均数量。如果这个数值大于1,
同时系统会定时清除30天前的监控信息。
![a.jpg](https://raw.githubusercontent.com/tianshiyeben/wgcloud/master/demo/a.jpg)
## 告警提示规则
系统内存使用率阈值99%,超过发送邮件,24小时不会重复发。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册