Pls give some details.
Is you NetXMS installed on Windows or Linux?
Do you use WEB UI? Have you tried the desktop UI?
Is you NetXMS installed on Windows or Linux?
Do you use WEB UI? Have you tried the desktop UI?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: nichky on July 30, 2025, 12:41:16 PMhave u resolv it?Looks like original post was 7 years ago. Since then external process execution was reworked, there is some mechanism that should terminate external processes on timeout, but I am not sure if this happens during shutdown.
r = $node.executeSSHCommand("ping 8.8.8.8 repeat 3 timeout 1");
println(typeof(r));
println(r);