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
I think I found the bug (it was really introduced in version 5). Fix will be included into upcoming patch release.

Best regards,
Victor
#77
Server reads VLAN names from 1.3.6.1.2.1.17.7.1.4.3.1.1, then ports from 1.3.6.1.2.1.17.7.1.4.2.1.5 and 1.3.6.1.2.1.17.7.1.4.2.1.4, optionally also 1.3.6.1.2.1.17.7.1.4.3.1.2. For all those 3 tables index is VLAN ID and value is byte string, where each bit represent port membership in VLAN. You can check what values are actually returned. Below is description from Q-BRIDGE-MIB:

Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port.  Thus, each port of the bridge is represented by a single bit within the value of this object.  If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.

Also note that "port number" in this context is bridge port number (as obtained from 1.3.6.1.2.1.17.1.4.1.2), not interface index.

Best regards,
Victor
#78
Hello everyone!

We are making a new (unrelated to NetXMS) SaaS product Textok (https://textok.com/). It's on Product Hunt today — 
https://www.producthunt.com/posts/textok-2. We will be grateful for your upvotes!

Best regards,
Victor
#79
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)
#80
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
#81
Does legacy client experience same issue? I was under impression that this is specific to new client.

Best regards,
Victor
#82
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
#83
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
#84
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)
#85
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
#86
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
#87
We just fixed bug in database upgrade, we will start packing release 5.0.3 soon.

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

Best regards,
Victor
#89
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
#90
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