diff --git a/README.md b/README.md index a850b810..21a70fc2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ WGCLOUD设计思想为新一代极简运维监控系统,提倡快速安装,降低运维学习成本,全自动化运行,无模板和脚本。当前仓库版本为v2.3.6。 -WGCLOUD基于轻量级springboot架构,是高性能高并发的分布式监控系统,核心模块包括:**主机监控,ES集群管理,CPU监控,CPU温度监控,大屏可视化展板,内存监控,数据监控(mysql,oracle,pg等),服务心跳检测,应用进程管理,磁盘空间和IO监控,硬盘smart健康检测,系统负载监控,网络拓扑图,端口监控,日志文件监控,docker监控,监控告警信息(可集成微信钉钉短信等方式)推送**。[english readme](<./README_en.md>) +WGCLOUD基于轻量级springboot架构,是高性能高并发的分布式监控系统,核心模块包括:**主机监控,ES集群管理,CPU监控,CPU温度监控,大屏可视化展板,内存监控,数据监控(mysql,oracle,pg等),服务心跳检测,应用进程管理,磁盘空间和IO监控,硬盘smart健康检测,系统负载监控,网络拓扑图,端口监控,日志文件监控,docker监控,集成了Web版SSH客户端工具,监控告警信息(可集成微信钉钉短信等方式)推送**。[english readme](<./README_en.md>) 1.采用服务端和客户端协同工作方式,更轻量,更高效,后可支持5000+台主机同时在线监控。 @@ -20,7 +20,7 @@ WGCLOUD基于轻量级springboot架构,是高性能高并发的分布式监控 4.WGCLOUD采用springboot+bootstrap,完美实现了分布式监控系统,为反哺开源社区,二次开源。 -5.v2即当前仓库为开源版,**v3为商业版(有免费版和专业版)**,商业版功能更多,性能更优秀,请点击查看[开源商业版区别](<./开源商业版区别.md>) +5.v2即当前仓库为开源版,**v3为商业版(分免费个人版和付费专业版)**,商业版功能更多,性能更优秀,请点击查看[开源商业版区别](<./开源商业版区别.md>) ## **网站** @@ -64,6 +64,8 @@ B站WGCLOUD相关视频地址, ![WGCLOUD网络拓扑图](./demo/tpdemo.jpg) +![WGCLOUD主机web ssh客户端图](./demo/ssh.jpg) + ![WGCLOUD主机画像图](./demo/huaxiang.jpg) diff --git a/README_en.md b/README_en.md index 1931993a..c56e44f1 100644 --- a/README_en.md +++ b/README_en.md @@ -10,7 +10,7 @@ [中文版README](./README.md) -Wgcloud is a distributed monitoring platform based on Java language. Its core modules include: server cluster monitoring, ES cluster monitoring, CPU monitoring, memory monitoring, data monitoring(mysql,oracle,pg), service heartbeat detection, application process management, disk IO monitoring, system load monitoring, network topology, port monitoring, log file monitoring, monitoring alarm information push. +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. @@ -56,6 +56,8 @@ Wgcloud is a distributed monitoring platform based on Java language. Its core mo ![WGCLOUD网络拓扑图](./demo/tpdemo.jpg) +![WGCLOUD主机画像图](./demo/ssh.jpg) + ![WGCLOUD主机画像图](./demo/huaxiang.jpg) diff --git a/demo/daping.jpg b/demo/daping.jpg index 16c4d1dd..321001f5 100644 Binary files a/demo/daping.jpg and b/demo/daping.jpg differ diff --git a/demo/demo2.jpg b/demo/demo2.jpg index afb96a5b..a789cc2c 100644 Binary files a/demo/demo2.jpg and b/demo/demo2.jpg differ diff --git a/demo/demo3.jpg b/demo/demo3.jpg index b3a36508..6d190f9b 100644 Binary files a/demo/demo3.jpg and b/demo/demo3.jpg differ diff --git a/demo/ssh.jpg b/demo/ssh.jpg new file mode 100644 index 00000000..1535c1cd Binary files /dev/null and b/demo/ssh.jpg differ