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

#796
General Support / Re: Add seed node to map?
September 13, 2020, 09:51:47 PM
Hi,

It's not possible with NXSL. You can do that with nxshell script though.
But why do you need to add every switch as seed node? If they are connected to some central switch and NetXMS knows the topology they should appear on map anyway.

Best regards,
Victor
#797
Announcements / NetXMS 3.5 released
September 07, 2020, 04:46:50 PM
Hi all!

NetXMS version 3.5 is released. Changes since previous release:

- Added support for parallel event processing
- Improved SNMP proxy performance
- Support for SHA-2 based authentication in SNMP (SHA224, SHA256, SHA384, SHA512)
- Roaming mode for server
- Access to NXSL object's class metadata via __class attribute
- Access to NXSL object's attributes via __get method
- Invoke NXSL object's methods via __invoke method
- Added Hook::UnboundTunnelOpened and Hook::BoundTunnelOpened NXSL hooks
- Added per node trap flood detection
- New event processing macros %z (zone UIN) and %Z (zone name)
- Added Topology.WirelessStations and Topology.SwitchForwardingDatabase internal table metrics
- Option to disable reading of Windows performance counters metadata on configuration poll
- Alias (secondary name) for all network objects
- Wildcards in nxdbmgr "get" command
- Fixed modification flag for "Break" and "Action" fields in log praser policy
- Added cipVendorCode attribute and readInternalParameter, readInternalTable methods to NXSL node class
- Added cluster object itself to event log filter opened on the cluster
- Removed the limitation of one object for "Move to another container" action
- Implemented '/alarms/{alarm-id}' path for REST API
- Templates exported without GUID are assigned new GUID on import
- Support for non-ASCII database and login names in PostgreSQL driver
- Fixed issues:
        NX-1594 (Alias (secondary name) for all network objects)
        NX-1841 (Option to enumerate all attributes and methods of an object in NXSL)
        NX-1879 (Unmanaged automatic network map is no more auto updated)
        NX-1884 (Do not show error while node is added to the cluster if the node is already there)
        NX-1893 (Internal parameter to count total number of bound agent tunnels)
        NX-1908 (Expose FDB to NXSL)
        NX-1914 (Removed deprecate AllowDirectNotifications server configuration setting)
        NX-1919 (Internal parameters to count number of tunnels with agent, snmp, snmp trap, syslog proxies or with installed user agents)
        NX-1924 (When importing event that has different GUID but matching name with already existing event, treat it as new event and give it a new name)
        NX-1932 (DCI status in Template is not carried over in Export Configuration)
        NX-1942 (Add property to actions in EPP "Do not run if timer is active")
        NX-1945 (Memory leak in user support application when taking screenshots)

Best regards,
Victor
#798
General Support / Re: Right click object in Dashbords
September 07, 2020, 10:16:06 AM
Hi,

currently it is not configurable. We will consider enabling part of object's context menu on maps within dashboards.

Best regards,
Victor
#799
General Support / Re: TP-Link Help
August 26, 2020, 01:40:09 PM
Hi,

is it possible to organize SNMP access for us to few TPLink devices so we can test how server see them and fix any discovered issues?

Best regards,
Victor
#800
It's a known bug - https://track.radensolutions.com/issue/NX-1897. Fixed in 3.4.284.

Best regards,
Victor
#801
Это баг в сервере, исправили в версии 3.4.313.
#802
Ну предполагается что у двух разных узлов одинаковых адресов быть не должно. Есть два варианта решения - отключить проверку дублирующихся узлов на сервере (параметр NetworkDiscovery.MergeDuplicateNodes) или отключить pass-through режим на ILO (тогда он будет отдавать только свой интерфейс).
#803
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
#804
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
#805
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
#806
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
#807
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
#808
Added it as feature request: https://track.radensolutions.com/issue/NX-1931

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

Небольшой комментарий - два вложенных вызова можно упростить до GetDCIValueByName($node, "DCI_NAME")
#810
Попробуйте обновить агент до версии 3.4.310 и поменять кодировку скрипта на UTF-8.