News:

We really need your input in this questionnaire

Main Menu
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 - Victor Kirhenshtein

#76
Announcements / NetXMS 5.1 patch release 4
March 02, 2025, 07:23:29 PM
We just published patch release 4 for version 5.1. Changes since previous patch release:

- Agent uses Windows Installer API instead of launching msiexec.exe for installing .msi and .msp packages
- New Windows agent metric System.IsRestartPending
- Improved server performance when launching multiple external actions
- MIB Explorer added to "Tools" perspective
- Fixed incorrect parsing of 32 bit agent installer names when adding package to package manager
- Changed IPv4 address parser - now it only accepts canonical form (4 decimal numbers separated by dots)
- Correct handling of network mask /31 on peer-to-peer interfaces
- Node sub objects like Interface will not be shown on Infrastructure perspective if they do not have parent shown in the same tree
- Added dBm and rpm DCI units to no multipliers list
- Fixed tab priority for multiple built in views
- Fixed problem when newly added DCI were not shown on Network Map (links, DCI containers)
- Fixed broken autobind during node configuration poll
- Fixed issues:
    - NX-2645 (Remember perspective splitter position)
    - NX-2684 (Remove hardcoded license id from the nxlicmgr)
    - NX-2690 (Migration from Timescale to regular Postgres fails on win\_event\_log table)
    - NX-2696 (View options in Data Collection does not show actual state of Use Multipliers checkbox)
    - NX-2699 (Show value of os.name in nxmc's About dialog)
    - NX-2701 (Automatic DB unlock fails because GetLocalIpAddr() may return different address)
    - NX-2705 (NXSL split string with trim option)
    - NX-2711 (scheduled_tasks column is out of range for type integer)
#77
General Support / Re: NetXMS not support /31
February 23, 2025, 09:28:20 PM
There is flaw in subnet object creation logic - server ignores /32 on interfaces, but not /31. I just fixed that, now /31 on peer-to-peer links are handled correctly. Fix will be included into upcoming patch release.

Best regards,
Victor
#78
Feature Requests / Re: Add RADIUS attribute
February 23, 2025, 09:43:39 AM
Implemented in upcoming 5.2. Both are configurable via server configuration parameters RADIUS.NASIdentifier and RADIUS.ServiceType.
#79
Announcements / Re: NetXMS 5.1 patch release 3
February 23, 2025, 09:07:35 AM
Hi!

From stack trace it looks like netxmsd run out of memory. Can you please show chart of memory consumption by netxmsd?

Best regards,
Victor
#80
Hello!

Is it possible to show (or post to me via PM) exact output of "failed record" message?

Best regards,
Victor
#81
Hi,

there was a bug introduced in 5.1.2. We fixed it in patch release 5.1.3 which was just published.

Best regards,
Victor
#82
Announcements / NetXMS 5.1 patch release 3
January 10, 2025, 08:22:54 AM
We just published patch release 3 for version 5.1. It fixes critical bug in SNMP trap receiver, and contains few other fixes and improvements. Full change log since previous patch release:

-  Fixed critical bug in SNMP trap receiver
-  Server checks for other possible SNMP credentials during configuration poll if node marked as SNMP unreachable
-  Image attributes in Markdown viewer
-  Fixed bug in counter reset detection
-  Fixed issue NX-2685 (nxshell asks for password while using properties file)
#83
Announcements / NetXMS 5.1 patch release 2
December 17, 2024, 04:39:40 PM
We just published patch release 2 for version 5.1. Changes since previous patch release:

- Server performance and memory usage optimization when polling multiple SNMP devices
- Limit routing table scans during SNMP device configuration poll
- Optimized memory usage in InfluxDB driver
- Server startup time improved
- Added server configuration option "Client.MinVersion"
- Improved Markdown viewer
- InfluxDB driver options for validation and correction of DCI values being sent
- Fixed issues:
  - NX-2635 (Predefined graphs perspective not working in web UI)
  - NX-2640 (Add more detailed stats on pollers to debug console)
  - NX-2647 (On node deletion interfaces under circuit objects are not deleted)
  - NX-2649 (Issues with "move to another container" context menu on interfaces)
  - NX-2650 (Add new hotkey in "execute server script" for "clear output+run script")
  - NX-2653 (Can not pin Data Collection tab which is in edit mode)
  - NX-2657 (IllegalStateException in nxmc log)
  - NX-2660 (Add method to read little-endian 4 byte float value from ByteStream)
  - NX-2661 (Issues with loading image of DCI image element of map)
  - NX-2669 (Add internal table with node's interfaces)
  - NX-2672 (Kiosk mode issues)
  - NX-2673 (Table DCI column querying not working, if metric has no leading dot)
  - NX-2675 (Add NXSL methods to handle markdown comments correctly)
  - NX-2676 (Issues with comment tab creation and modification on object)
#84
Hello everyone,
We're participating in a tender, and are calling for testimonials from companies, which use NetXMS for monitoring data centre's infrastructure. Does anyone of you use NetXMS for monitoring a data centre and would be able to sign such recommendation letter? Please, reach out to me, I can also send you a draft/ example of such letter, if needed. 
Thank you all in advance for your support.
#85
General / Re: mariadb.h missing?
November 25, 2024, 06:23:59 PM
Because we have both MySQL client and MariaDB client on common include path (MySQL going first) during Windows build, we cannot use
#include <mysql.h>
in MariaDB driver as it will pick up header file from MySQL client. So we creat simple header file called mariadb.h and place it besides mysql.h from MariaDB client:
#include "mysql.h"
#include "errmsg.h"

Best regards,
Victor

#86
Agent reads registry keys under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to get list of installed products.
I tested WMI query on Win32_Product on my Windows servers, and it seems to work, but is very slow (usually more than 10 seconds). Normally agent command timeout is less than that, so data collection end up in error.
Could you use System.InstalledProducts table instead?

Best regards,
Victor
#87
Announcements / NetXMS 5.1 patch release 1
November 20, 2024, 05:17:13 PM
We just published patch release one for version 5.1. Changes since previous release:

- Improved server performance
- Improved wireless controller bridge for HFCL
- MS SQL database driver no longer requires SQL Server Native Client (can use SQL Server ODBC driver v13, v17, or v18 instead)
- Added driver for Huawei LAN switches
- Updated driver for Dell switches
- Updated driver for Qtech switches
- Added internal metrics Server.ObjectCount.AccessPoints and Server.ObjectCount.Interfaces
- New NXSL functions Math::Average, Math::MeanAbsoluteDeviation, and Math::StandardDeviation
- nxdbmgr can do in-place conversion from standard PostgreSQL schema to TimescaleDB
- Fixed server crash on receiving SNMP trap
- Fixed bug in database initialization script
- Fixed task scheduler performance issues
- Removed "Delete" button form object upper bar
- Fixed issues:
  - NX-2629 (Can not clone an object tool)
  - NX-2630 (Not all the Markdowns are functioning)
  - NX-2631 (In-place migration from standard PostgreSQL to TimescaleDB)
  - NX-2632 (Inconsistency in asset management schema enum field definition)
  - NX-2633 (Text not fully displayed in button)
  - NX-2637 (Circuit class functionality)
  - NX-2639 (Incorrect log message for Mattermost driver)
  - NX-2642 (Add alarm\_state\_changes and certificate\_action\_log tables to nxdbmgr -Z all)
#88
Announcements / Re: NetXMS 5.1 released
November 06, 2024, 04:22:49 PM
If you represent educational or non-profit institution, feel free to contact us directly and I'm sure we can find a solution.

Best regards,
Victor
#89
Announcements / Re: NetXMS 5.1 released
November 06, 2024, 04:07:38 PM
Quote from: hmjvaline on November 06, 2024, 03:03:35 PMI am shock netxms 5.1 is limited to 250 nodes :-\ :-\ :'(  :'(
It reduced my enthusiasm for NetXMS and even gave up on it because it is no longer so open and free. Although I have never needed the company's institutionalized services, I feel discouraged by this new restriction.
You know, even open source developers need money for living. And purchasing support contract for using open source product pre-built for Windows platform is not a big ask in my opinion. 250+ devices is not a small deployment, so likely organization is not that small either, and do not hesitate paying license fee for Windows servers.
#90
General Support / Re: Slow GUI
November 06, 2024, 10:40:18 AM
Just to make sure we understand setup correctly: you are using desktop client on Windows workstation, connecting to remote server that is also on Windows and using MS SQL database?

Best regards,
Victor