Home > OS >  Good Linux server monitoring tools, WGCLOUD installation instructions
Good Linux server monitoring tools, WGCLOUD installation instructions

Time:09-21

WGCLOUD is based on micro service architecture of distributed monitoring platform, the core modules include: server cluster monitoring, ES cluster monitoring, monitoring CPU, memory monitoring, security monitoring, data service heartbeat detection,

1. The server and client work together, more lightweight, more efficient and can support hundreds of servers online monitoring,

2. Server side is responsible for receiving data, process data and generate the chart shows, the agent side is responsible for regularly report the index data,

3. Support mainstream deployment server platform installation, such as Linux, Windows, Solaris, AIX, HP - UX,

4. WGCLOUD micro service springboot + the bootstrap, perfect realized distributed monitoring system, to feedback the open source community, open source,

Source code escrow in lot, please give a star, support open source enterprise vigorous development, address: https://github.com/tianshiyeben/wgcloud

Compared to zabbix monitoring tools, wgcloud easy to install deployment, just need to monitor the host JDK8 environment,

The following is to install simple steps:

1. Download the installation package: wgcloud - server, wgcloud - agent, SQL scripts, at present the latest version v2.2,

2. Create a mysql database wgcloud, import download wgcloud. SQL file

3. Unzip wgcloud - and wgcloud - agent server, configure the database connection information in the server, in the agent configuration access server address, if you want to also add in the agent configuration monitoring process, aegnt is installed to the monitoring host, how many host to monitor, how many agent installation and configuration is complete to start the server and agent,


This is wgcloud - server configuration file


Wgcloud - agent configuration file, the red part is modified place


4. After completion of start, visit http://localhost:9999/wgcloud



The default password is admin/111111

5. Monitor the main panel, containing all the monitoring host, monitoring process, data information



Monitoring the main panel



Server monitoring host list



6. Below is to monitor the host CPU, memory, the system load and other graphic report



CPU monitoring tools, the memory monitoring tools, disk monitoring, system load monitor reports

CodePudding user response:

Point of a star, and support the
  • Related