Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deploy wgcloud Monitoring system in windows

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to deploy wgcloud monitoring system in windows, in response to this problem, this article details the corresponding analysis and solution, hoping to help more small partners who want to solve this problem find a simpler and easier way.

1. Download website: www.wgstart.com, as shown below download win platform installation package, if the download speed is slow, you can use the above Baidu network disk download

2. Server host configuration JDK1.8

If JDK1.8 is already configured, ignore it here.

JDK1.8 download address: https://pan.baidu.com/s/1L0yxDBjnvcgR6sqjoPFxLw#list/path=%2F

Configure environment variables: JAVA_HOME, CLASSPATH, PATH

In [My Computer], right-click [Properties]-> Advanced-> Environment Variables, as shown below.

Click Environment Variables to add the following variables

CLASSPATH:%java_home%\lib\dt.jar;%java_home%\lib\tools.jar;

java_home:D:\java\jdk1.8.0_152, Change this to your actual path

path:%java_home%\bin, note that this item can be added at the end of the original path configuration item

OK, JDK 1.8 is configured here. Let's test it. Use java -version. See the following information to prove that jdk has been configured.

3. install MySQL

Or download it online, pan.baidu.com/s/1L0yxDBjnvcgR6sqjoPFxLw#list/path=%2F

mysql installation is directly the default next step can be

4. Import wgcloud.sql

Create a new database wgcloud, import wgcloud.sql in the installation package, try to import it with client tools, such as Navicat Premium

Navicat Premium download address: pan.baidu.com/s/1L0yxDBjnvcgR6sqjoPFxLw#list/path=%2F

5. Extract the installation package

6. Modify the connection mysql database, server/config/application.yml

Change the information in the red box in the figure below to your own mysql actual information.

7. start the server

After startup, be careful not to close the daemon process, wgcloud-daemon-release

8. start agent

Right-click to start, run as administrator

If agent and server are started directly on the same host, if they are not on the same host, remember to modify agent/config/application.properties, as shown in red in the following figure.

9. Visit http://localhost:9999/wgcloud

Default login password: admin/111111

Finally, pay attention to opening 9999 and 9997 of the server host to the agent host for access, so that the agent host can telnet.

About how to deploy wgcloud monitoring system in windows, the answer to the problem is shared here, I hope the above content can be of some help to everyone, if you still have a lot of doubts, you can pay attention to the industry information channel to learn more related knowledge.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report