You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hertzbeat-collector/hertzbeat-collector-basic/src/main/java/org/apache/hertzbeat/collector/collect/database/JdbcCommonCollect.java
Copy file name to clipboardExpand all lines: home/docs/help/linux_script.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ keywords: [open source monitoring system, open source network monitoring, using
8
8
### Preparation
9
9
10
10
> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process.
11
+
If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space.
11
12
> When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host.
Copy file name to clipboardExpand all lines: home/docs/help/windows_script.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ keywords: [open source monitoring system, open source network monitoring, using
8
8
### Preparation
9
9
10
10
> To monitor the local machine, simply deploy Hertzbeat. To monitor other hosts, you need to deploy a collector on the target host. Refer to [this link](https://github.com/apache/hertzbeat?tab=readme-ov-file#2install-via-package) for step 5 of the installation process.
11
+
> If the collector is installed using Docker, it will cause the collector to be unable to monitor the process information on the host machine, because Docker containers run in an isolated environment, with each container having its own process space.
11
12
> When creating a monitoring task and selecting a collector, choose the corresponding collector deployed on the target host.
0 commit comments