Menu

Show posts

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

Messages - Alex Kirhenshtein

#1
Announcements / Re: NetXMS 6.1 released
April 17, 2026, 11:52:16 AM
Hi, 6.1.0 is live, 6.1.1 is merged, but still waiting for CI. Usually it's become available in matter of hours.

Quote from: dneil on April 16, 2026, 03:03:20 PMWhen will the 6.1 Client be released to Flathub?  I've updated my server today and now I don't have a working client on my Linux boxes.
#2
Thanks, link was incorrect. Site now updated.
#3
You can delete is directly from the database, it's stored in the table idata_N, where N is node id (e.g. idata_100).

Item ID can be found in table items (filter by node_id and name / description)
#4
$node.ipAddr (string)

or $node.ipAddress (instance of InetAddress): https://netxms.org/documentation/nxsl-latest/#class-inetaddress
#5
Can you check memory consumption during these days? Feels like a memory / resource leak.
#6
That's rather interesting -- there are no similar reports.

Are you on 6.0.4? If not -- please give it a try. If it will not help -- temporary rollback to 5.2.8.

In 6.x we upgraded OpenSSL to mitigate CVE (we are not affected by it, but version scanners still getting triggered), and it might break something.
#7
General Support / Re: ssh does not work
March 02, 2026, 08:55:00 AM
This screenshot looks like an output of the OpenSSH client (https://www.openssh.org), started without parameters.

What have you configured and what are you trying to achieve?
#8
General Support / Re: v5.1.3 Android Client
February 18, 2026, 12:34:07 PM
it's known issue, I'll publish app update soon
#9
In general I always recommend to start with https://pgtune.leopard.in.ua, when using Postgres
#10
Check Postgres's log - good chance you run out of shared memory
#12
make sure that you have

Module=aitools

in the core section of the netxmsd.conf
#13
also set debug tag ai.skills to 6 or higher and look for skill loading messages
#14
check server log, on level 2 or higher there should be messages like this:

   nxlog_debug_tag(DEBUG_TAG, 2, L"%d global functions registered", static_cast<int>(s_globalFunctions.size()));
   nxlog_debug_tag(DEBUG_TAG, 2, L"%d skills registered", static_cast<int>(GetRegisteredSkillCount()));


are they non-zero?
#15
we just pushed documentation update: https://netxms.org/documentation/adminguide/ai.html