Recent posts

#61
Да, повторили, будет чинится в этом тикете: https://track.radensolutions.com/issue/NX-2929
#62
General Support / Re: Tool OID Filter
Last post by Filipp Sudanov - February 25, 2026, 07:20:10 PM
It uses GLOB matching, so supports * and ? wildcards. What NetXMS version you are using, is it web or desktop UI?
#63
General Support / Re: Upgrade to 6.0.2 - Databas...
Last post by Victor Kirhenshtein - February 25, 2026, 05:57:06 PM
Just published 6.0.3 - it should have the fix.
#64
Announcements / NetXMS 6.0 patch release 3
Last post by Victor Kirhenshtein - February 25, 2026, 05:55:12 PM
Today we have published patch release 3 for version 6.0. Changes since previous release:

- Added wireless controller bridge for Aruba Instant controllers (PR #257)
- Improved interactive SSH mode support
- Improved web API
- Windows agent renames in-use files during upload if they cannot be replaced
- Fixed incorrect handling of empty tool call list in LLM response
- Fixed bug in database schema upgrade on Microsoft SQL Server
- Fixed issues:
   - NX-2369 (Option to add number of items in a container)
   - NX-2867 (Disable "Create database and database user before initialization" if SQLite selected in Windows installer)
   - NX-2922 (New agent actions: enable / disable ExternalMetricProvider)
#65
General Support / Re: help with NetXMS
Last post by nichky - February 25, 2026, 01:38:39 PM
Just a quick update on this. I'm currently using MikroTik devices, and I can see the physical interfaces in NetXMS without any issues.

Physical interfaces are working correctly; however, virtual interfaces such as VLANs, PPPoE interfaces, VPN interfaces, etc., are not appearing.

Could you please advise what might be causing this or what I should check to ensure these interfaces are discovered properly?
#66
General Support / Re: help with NetXMS
Last post by nichky - February 25, 2026, 01:32:10 PM
Filip

about Create Data Collection Items:
this is what im doing:

Navigate to Infrastructure Services in the object tree.
Right-click on Infrastructure Services and select Properties.
Go to the Custom Attributes tab.
ADD:
Name: Template.InterfaceTraffic
Value: YES
tick the "Inheritable" box.

Pull->configuration

is not working

can you pleas advice
#67
General Support / Re: Can't see AI Assistant vie...
Last post by justrest - February 25, 2026, 02:19:42 AM
Wow, that's awesome, thank you so much!
#68
General Support / Re: Can't see AI Assistant vie...
Last post by Victor Kirhenshtein - February 24, 2026, 09:11:28 PM
I've found the issue. When no tool calls needed, your model returns tool_calls as empty array, but server code only checks for missing or null tool_calls. Just fixed that, upcoming patch release should work as expected.
#69
Announcements / Re: NetXMS 6.0 released
Last post by Victor Kirhenshtein - February 24, 2026, 08:58:51 PM
Quote from: johnnyva on February 23, 2026, 11:42:37 PMHey Victor will the change in idata/tdata timestamp to millisecond impact the REST API or NXSL dci values? i.e. will we see millisecond timestamp there as well or will we only see change in db?

New REST API (webapi module) - it is using ISO 8601 format for timestamps which allows milliseconds (although 5.x did not set millisecond part), any decent ISO 8601 parser should handle milliseconds correctly.
Old REST API (Java app) - should be unaffected.
NXSL - all timestamps for collected data are now in milliseconds.

Best regards,
Victor

#70
Announcements / Re: NetXMS 6.0 released
Last post by sjudy - February 24, 2026, 06:11:47 PM
Thank you for the update.  Any ETA when the console, agent, etc will have a patched openssl (CVE-2025-15467).

Thanks in advance!