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

#841
It's a known bug - https://track.radensolutions.com/issue/NX-1897. Fixed in 3.4.284.

Best regards,
Victor
#842
Это баг в сервере, исправили в версии 3.4.313.
#843
Ну предполагается что у двух разных узлов одинаковых адресов быть не должно. Есть два варианта решения - отключить проверку дублирующихся узлов на сервере (параметр NetworkDiscovery.MergeDuplicateNodes) или отключить pass-through режим на ILO (тогда он будет отдавать только свой интерфейс).
#844
General Support / Re: inbound/outbound Traffic DCI
August 17, 2020, 04:22:13 PM
Hi,

if you are using form with "return" statement you should put semicolon at the end, like

return $1 * 8;


r use expression only form, in which case semicolon is not needed:

$1 * 8


Best regards,
Victor
#845
Hi,

we've fixed it in version 3.4.313. Windows installer and source package are already available for download and deb repository will be updated soon.

Best regards,
Victor
#846
Hi all!

We just published NetXMS version 3.4.313 which contains fix for issue NX-1938 (only server should be updated, other components could stay at 3.4.310).

Best regards,
Victor
#847
General Support / Re: Active sessions from Grafana
August 14, 2020, 05:53:23 PM
Hi,

just fixed that (commit e4f0dfc in netxms/grafana repository). If you have installed NetXMS datasource from GitHub you can update it now, otherwise you'll have to wait some time while it will be updated in official Grafana repository.

Best regards,
Victor
#848
Feature Requests / Re: Per Session Password access
August 13, 2020, 02:43:06 PM
Another possible way could be cache for "password" type input fields - password can be stored if user decide so and password store is allowed by administrator. It can be for session duration only or persistent between sessions.

Best regards,
Victor
#849
Added it as feature request: https://track.radensolutions.com/issue/NX-1931

Best regards,
Victor
#850
Quote from: TOLeg on August 11, 2020, 07:15:15 AM
То что нужно. - GetDCIValue($node, FindDCIByName($node, "DCI_NAME"))

Небольшой комментарий - два вложенных вызова можно упростить до GetDCIValueByName($node, "DCI_NAME")
#851
Попробуйте обновить агент до версии 3.4.310 и поменять кодировку скрипта на UTF-8.
#852
General Support / Re: Active sessions from Grafana
August 10, 2020, 11:35:26 PM
Hi,

at first glance it looks like issue with data source plugin. Somebody from the team will take a look.

Best regards,
Victor
#853
Hi all!

NetXMS 3.4 patch release 3 is published. Changes since previous release:

- Added driver for SAF Tehnika Integra devices
- Improved handling of UNICODE characters in external parameter output on Windows
- Fixed UI crash when object query dashboard element is incorrectly configured
- Fixed topology display issues in UI
- Fixed issues:
        NX-1916 (Device could be marked as supporting ENTITY MIB when it is in fact not supported)
        NX-1920 (Save deleted DCIs between restarts to delete it's data on housekeeper after restart)
        NX-1921 (SQL query failed into alarm_events: 22001 ERROR: value too long for type character varying(2000))
        NX-1922 (Spelling mistakes in Java API)

Best regards,
Victor
#854
Hi,

they match. If %6 expands to empty string it means that "instance" attributre in DCI is not set. Are those DCIs created by instance discovery or manually? If manually, did you set "instance" field?

Best regards,
Victor
#855
For reference, for LLDP based topology working correctly with Mikrotik router software should be at least 6.46 (so current LTS version will not work).

Best regards,
Victor