Replies: 2 comments 5 replies
-
@tomsun28 Could U give me some suggestions? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Do u try to run command of 'top_mem_process' on terminal or power bash manually? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Windows Script to collect monitoring data of Windows servers. The collector has been deployed on the Windows server, but it often stops collecting server information after running for a few hours, while other tasks can be executed normally. Since security software is installed on the server, I suspect that it is caused by Windows Script calling PowerShell. The following logs will be displayed in the collector's error logs:
2025-06-05 20:11:01.403 [metrics-task-timeout-monitor-0] ERROR org.apache.hertzbeat.collector.dispatch.CommonDispatcher Line:168 - [Collect Timeout]:
id: 516487926905600
app: "windows_script"
metrics: "top_mem_process"
priority: 5
time: 1749125461403
code: TIMEOUT
msg: "collect timeout"
I need to add that even if I stopped the security software on another server, the collect timeout still occurred, and then the windows script was completely stopped.
Ps.
hertzbeat version is 1.6.1
Beta Was this translation helpful? Give feedback.
All reactions