wgcloud-v3.5.2
│
│─sql SQL file for creating initialization tables in the database
│ │ wgcloud-MySQL.sql MySQL database initialization file
│ │ wgcloud-Oracle.sql oracle database initialization file
│ │ wgcloud-PostgreSQL.sql PostgreSQL database initialization file
│ └─ wgcloud-SQLServer.sql Microsoft SQL Server database initialization file
│
├─agent The client (or probe end, controlled end) is responsible for collecting various indicators of the host (CPU, memory, disk, process, hardware information, process, port, Docker, file tamper proof, log files, etc.) data, and reporting them to the server at regular intervals (default 2 minutes)
│ │ start.sh Start/restart command
│ │ stop.sh Stop command
│ │ wgcloud-agent-release Agent program
│ │
│ ├─config
│ │ application.properties Agent configuration file (all agent configuration files of the same version are consistent)
│ │
│ └─log The directory where the agent's running logs are located is reserved by default for the last 30 days
└─server The server (or main control end) processes the host indicator data reported by the agent, and presents it after comprehensive processing. The service interface, middleware, data monitoring, data communication monitoring (PING and SNMP), FTP/SFTP are autonomously monitored by the server without relying on agents
│ start.sh Start/restart command
│ stop.sh Stop command
│ wgcloud-daemon-release Daemon process
│ wgcloud-server-release.jar Server process
│
├─config
│ application.yml Server configuration file
│ daemon.properties Daemon process port configuration file
│
├─log The directory where the server running logs are located is reserved by default for the last 30 days
└─logo Used for storing logo images