WGCLOUD monitoring system updates, added support for monitoring sqlserver, db2 database

WGCLOUD the Java language development based on micro-service architecture building monitoring system to support high-performance concurrent availability, core modules include: monitoring of server clusters, ES cluster status monitor, CPU monitor, memory monitor, data monitoring, service heartbeat detection, application process management, disk IO monitoring, system load monitor, monitor alarm information push.

This update, add support sqlserver, db2.

Db2 database monitoring time, because each different version of the driver package, it is necessary to drive the corresponding packet copy to wgcloud-server / lib, then restart wgcloud-server

Now Supported databases include: mysql, Oracle, postgresql, sqlserver, db2

 

#自定义配置参数
base:
  #wgcloud-server端访问地址
  serverUrl: http://127.0.0.1:9999
  #本机ip,不要用localhost或127.0.0.1
  bindIp: 192.168.1.2
  #通信token,请和server端配置的wgToken保持一致
  wgToken: wgcloud

Cloud Source code Download: https://gitee.com/wanghouhou/wgcloud

GITHUB source download: https://github.com/tianshiyeben/wgcloud

Download the installation package: http://www.wgstart.com

Guess you like

Origin www.oschina.net/news/114319/wgcloud-updated