nxsnmpwalk that Alex mentioned is a command-line tool included with NetXMS. On linux it should be available in PATH, on Windows it's in C:\NetXMS\bin
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);