WGCLOUD monitoring systems, upgrading service interface detection module

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. 

Updates, service interface new push notification messages back to normal, increase service interface returns a status code (such as 404,500,405, etc.), return to the state before only 200 and 500 used to determine the interface is alive.

Further, the detection interval service interface can be configured in the configuration file, the default scan time 10 minutes.

base:
  #登陆账号admin的密码
  admindPwd: 111111
  #通信token,agent端和此保持一致
  wgToken: wgcloud
  #是否开启公众看板,yes开启,no关闭,公众看板页面无需登陆
  dashView: yes
  #数据表监控间隔,单位毫秒,默认60分钟
  dbTableTimes: 3600000
  #服务接口监控间隔,单位毫秒,默认10分钟
  heathTimes: 600000

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/114349/wgcloud-updated