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

#91
I suggest upgrading to latest version from 5.0 branch if possible. We did lot of changes in network maps in version 5.0, that issue could be also solved. I just double checked on 5.0.6 - DCI data is shown on map in this version.

Best regards,
Victor
#92
Announcements / Version 5.0.6 released
July 18, 2024, 10:26:01 AM
We just published patch release 6 for version 5.0. Changes since previous patch release:

- Added notification channel driver for Mattermost
- Topic support in notification channel driver for Telegram
- Fixed incorrect client IP address reported by Windows agent in table System.ActiveUserSessions
- Fixed bug in output of nxget -U
- Fixed web UI crash when opening dashboard in kiosk mode
- Fixed issue NX-2550 (Errors in desktop client log (Widget is disposed))
#93
Just fixed it, fix will be included into next patch release.

Best regards,
Victor
#94
Are you using autologin to open dashboard or map in kiosk mode?

Best regards,
Victor
#95
Hi!

Did you try version 5.0.4? We made changes in LLDP handling on Huawei devices.

Best regards,
Victor
#96
General Support / Re: DCI Detect anomalies
June 28, 2024, 05:44:06 PM
It is new feature that is (somehow) working. If you check this box, server will use Isolation Forest algorithm to check if new value is an outlier within two set of data points - all values within 30 minutes of current time of the day for last 30 days, and all values within 30 minutes around current time of the day on the same day of the week for last 10 weeks. Currently it has arbitrary score threshold 0.75, depending on testing results we may adjust it or made configurable. If new data point classified as outlier in both data sets, DCI will be marked as having anomalous value. If you want to generate event, you can use special threshold function "anomaly".

Best regards,
Victor
#97
I changed map size logic a bit - now map will not be smaller than background image size if it's size set to default (0 values for width and height). This change will be included into upcoming release 5.0.5.

Best regards,
Victor
#98
Fixed in upcoming 5.0.5. MIB compiler is now case-insensitive when selecting files by extension, and server ensures that MIB files upload via GUI have extension .mib.

Best regards,
Victor
#99
I registered this as a bug:
https://track.radensolutions.com/issue/NX-2543

We will discuss internally what could be the best approach to fix it.

Best regards,
Victor
#100
Could you get application log with stack trace for this exception? Actual log location depends on your Java application server.

Best regards,
Victor
#101
Hi!
Just fixed that, fix will be in upcoming patch release 5.0.5.
Best regards,
Victor
#102
I think I found the bug (it was really introduced in version 5). Fix will be included into upcoming patch release.

Best regards,
Victor
#103
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
#104
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
#105
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)