Then it seems to be a bug in a server. What NetXMS version you are using?
Best regards,
Victor
Best regards,
Victor
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 Menu
if ($1 match "^DISK ([A-Za-z]+).*free space:.*([0-9]+) .*")
{
// here $1 will contain status ("OK" in example)
// $2 will contain free space (961 in example)
}
Quote from: possamai on May 10, 2015, 03:53:12 PM
Tried to update the agent by deploying it to a Windows 8.1 x64 machine.
Update kept failing, apparently some DLL was still in use by the session-agent.. that one was still running while the nxagent service was stopped.