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

#106
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
#107
Does legacy client experience same issue? I was under impression that this is specific to new client.

Best regards,
Victor
#108
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
#109
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
#110
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)
#111
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
#112
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
#113
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

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

Best regards,
Victor
#115
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
#116
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

#117
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
#118
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
#119
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

#120
Announcements / Re: NetXMS 5.0 released
May 07, 2024, 06:32:25 PM
Update: I just checked, and seems that there is another bug with same conversion (of instance filter scripts), that may lead to script corruption. We are currently building version 5.0.2 with the fix in upgrade procedure. If possible, restore database from backup and run upgrade again with version 5.0.2. Alternatively, restore only content of column "instd_filter" in table "items", and do script conversion manually where needed.

Best regards,
Victor