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

#121
Announcements / NetXMS 5.0 patch release 4
June 11, 2024, 01:27:26 PM
We just published patch release 4 for version 5.0. Changes since patch release 3 are following:

- New SNMP DCI option "Interpret raw value as IPv6 address"
- Added driver for GE MDS Orbit devices
- Added driver for EtherWan switches
- Added driver for Siemens RuggedCom switches
- Mikrotik driver reports RSSI for wireless clients
- RSSI is displayed in "Wireless Stations" view
- Added "move object" item to object context menu
- Optional context selector for dashboards in dashboard perspective
- Seed node propery page removed for custom network maps
- Fixed server crash when accessing alarm category list from NXSL
- Fixed drawing issues of line charts with logarithmic scale
- Fixed incorrect line numbers in NXSL error messages
- Fixed bug in "Go to object" action in UI
- Fixed bug in D-Link driver
- Fixed interface utilization information sychronization
- Fixed network map color source selection
- Fixed historical line chart pop-out on web
- Fixed save of network map object position
- Fixed tables display glitch on Windows
- Fixed data type of configuration variable "Objects.NetworkMaps.UpdateInterval"
- Fixed issues:
   - NX-2489 (Read list of performance counters only when needed)
   - NX-2536 (SNMP DCI "interpret raw value as MAC address" does not support EUI-64)
   - NX-2537 (Double links on maps)
#122
Hi,

do you refer to old or new client? In new client you can change status colors via custom theme and it seems to work (at least in version 5.0, I didn't check 4.5, but I don't remember changes in that area between 4.5 and 5.0).

Best regards,
Victor
#123
Does legacy client experience same issue? I was under impression that this is specific to new client.

Best regards,
Victor
#124
Hello!
I suppose it is about network maps with geo map as background layer?  Because there is also pure geo map view, which will show location of objects based on their location property, but it will not show any links, data, etc.
Best regards,
Victor
#125
Hi,

is this:
String::right("Test", 2);
really in documentation somewhere? Or some text/example that suggests this is the correct way? Because it is incorrect and never was.
Module::function syntax is supported since 4.x, and some functions were indeed moved to system packages in version 5, but there never been module "String".

Best regards,
Victor
#126
Announcements / NetXMS 5.0 patch release 3
May 16, 2024, 06:21:45 PM
We have published patch release 3 for version 5.0. It fixes yet another (hopefully last one!) bug in database upgrade procedure, as well as few other less important issues. Full change log is following:

- Notification channel driver "Shell" escapes single quote character during exec-type command line expansion
- Priority inclusion rules in UI element filter
- Macro expansion in API call executeLibraryScript works for all object classes
- Improved handling of large number of simultaneous ICMP ping requests
- Fixed bug in database upgrade procedure
- Fixed deadlock in web UI
- Fixed issues:
   - NX-2521 (ICMP.PacketLoss internal DCI collects 0 after server restart)
   - NX-2529 (Option to enable/disable Version Number on Web interface)
#127
Windows server binaries for version 5.0.3 already in archive, we will update web site and publish deb packages during the day.

Best regards,
Victor
#128
Windows server binaries for version 5.0.3 already in archive, we will update web site and publish deb packages during the day.

Best regards,
Victor
#129
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

Best regards,
Victor
#130
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

Best regards,
Victor
#131
So the problem is in upgrade (similar to what was reported on other thread). We will publish 5.0.3 today or tomorrow, hopefully this will be fixed by that moment.

Best regards,
Victor
#132
Looks like nxdbmgr crashes during schema update. Could you please provide result of query

SELECT id,link_styling_script,filter FROM network_maps WHERE link_styling_script <> '' OR filter <> '';

(maybe you'll need to change condition, I'm not sure it is correct for MariaDB, but idea is to get all records where one of those fields is not empty).

Best regards,
Victor

#133
Version 4.5.7 of UI client application and web UI is available in download archive. It should fix object tree update problem reported by multiple users. If you are using version 4.5, try to update your client to version 4.5.7 and report if object tree update issue is still there or is finally solved.

Best regards,
Victor
#134
General Support / Re: Monitoring gpu on windows
May 11, 2024, 11:14:19 AM
You likely can use Windows performance counters. There are quite a lot of them for GPU. I didn't try to collect them from NetXMS, but my Windows notebook seems to provide GPU utilization and GPU memory usage among other stuff, and they should work as any other perf counter using "Windows Performance Counter" source for DCI.

Best regards,
Victor
#135
I just updated client application so that nodes without parent objects in infrastructure tree are not shown as root level objects. This change will be part of release 5.0.3.

Best regards,
Victor