Recent posts

#91
General Support / possible display problem withi...
Last post by gkaudewitz - March 13, 2026, 10:02:23 AM
Helleo together,

it seems that there is a problom withn the legend in linecharts. The values within the "Curr" column seem to be wrong. For illustration screenshots attached from "Performance"-Tab and dedicated Linechart.

Best regards

Georg
#92
General Support / Re: Filtering MikroTik Devices...
Last post by nichky - March 13, 2026, 03:54:43 AM
$subnet = InetAddress("x.y.z.0")
$mask = 24

if ($node.ipAddress.isInSubnet($subnet, $mask)) {
    return 1;  // match
} else {
    return 0;  // no match
}



I got this, but it's not working. Can you please modify it?
#93
General Support / Re: Filtering MikroTik Devices...
Last post by Alex Kirhenshtein - March 12, 2026, 12:56:14 PM
$node.ipAddr (string)

or $node.ipAddress (instance of InetAddress): https://netxms.org/documentation/nxsl-latest/#class-inetaddress
#94
General Support / Re: NetXMS 6.04: Perfomance Vi...
Last post by Victor Kirhenshtein - March 12, 2026, 12:10:30 PM
I just fixed that, we will publish patch release 6.0.5 soon.
#95
Общие вопросы / Re: Wireless controller
Last post by Argonauts - March 12, 2026, 05:43:09 AM
Не прошло. В теории я бы мог дома развернуть контроллер с одной из точек, проблема в наличии - не поручусь когда будет свободная точка, чтобы я мог ее занять для работ вне конторы
#96
General Support / Re: Dashboard Blanks Itself Af...
Last post by dneil - March 11, 2026, 09:15:28 PM
Hi Alex, it did it again today.  Attached are screenshots of the blank dashboard and Task Manager, we have not run out of RAM and the client is not using excessive amounts of RAM.  (Splashtop is what I use to connect to the machine so that 300MB of RAM goes away when I'm not connected)
#97
есть информация ?  в 6.0.4 - не изменилось
#98
6.0.4 - решено, работает, спасибо
#99
General Support / Re: NetXMS 6.04: Perfomance Vi...
Last post by Spheron - March 11, 2026, 08:31:40 AM

Hi Filipp,

i'm using the V6.0.4 NetXMS Client.

Greetings
Marco
#100
General Support / Re: ssh does not work
Last post by nichky - March 11, 2026, 07:10:21 AM
SSH ->  cmd /c "ssh %(username)@%u || pause"  -Windows