Skip to content

Latest commit

 

History

History
78 lines (36 loc) · 2.63 KB

README_en.md

File metadata and controls

78 lines (36 loc) · 2.63 KB

WGCLOUD-v2.3.6

中文版README

Wgcloud is a high-performance and high concurrent distributed monitoring system based on lightweight springboot architecture. Its core modules include: host monitoring, ES cluster management, CPU monitoring, CPU temperature monitoring, large screen visualization display board, memory monitoring, data monitoring (mysql, Oracle, PG, etc.), service heartbeat detection, application process management, disk space and IO monitoring, hard disk smart health detection, System load monitoring, network topology, port monitoring, log file monitoring, docker monitoring, integrated with web version SSH client tools, monitoring alarm information (can be integrated with wechat pinning SMS, etc.) push .

1.It adopts the collaborative work mode of server and client, which is lighter and more efficient. After cluster optimization, it can support 5000 + host monitoring.

2.The server is responsible for receiving data, processing data and generating charts. The agent side is responsible for regularly reporting the indicator data.

3.Support the installation and deployment of mainstream server platforms, such as Linux, windows, Solaris, AIX, HP-UX, etc.

4.Wgcloud adopts the microservice springboot + bootstrap to realize the distributed monitoring system perfectly, which is open-source community and secondary open-source.

site

http://www.wgstart.com

video

https://space.bilibili.com/549621501/video

Source code use

1.If you use idea (recommended), you can directly open wgcloud server and wgcloud agent. JDK uses 1.8

2.If you use eclipse, you can import the Maven project wgcloud server and wgcloud agent. JDK uses 1.8

3.Run the required SQL script (MySQL database is used in this project). Under the SQL folder, create the database wgcloud in MySQL database and import wgcloud.sql.

4.So, DLL and other files of sigar required for wgcloud agent to run are listed in sigarLibs.zip It can be used after decompression.

5. If you feel that wgcloud has helped you, please support www.wgstart.com. With your support, open source can do better. Thank you.

Demo

WGCLOUD监控主面板

WGCLOUD监控主机列表

WGCLOUD监控图表

WGCLOUD网络拓扑图

WGCLOUD主机画像图

WGCLOUD主机画像图

Running environment

1.JDK1.8

3.mysql5.6 或 5.7

contact

[email protected]

thank

Free license from JetBrains