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

#811
General Support / Re: NetXMS WebAdmin Error
September 25, 2020, 05:53:35 PM
Hi,

this is packaging issue. Please download nxmc-3.5.90.war from web site and replace nxmc.war created by installed with downloaded one (you'll have to rename it to nxmc.war).

Best regards,
Victor
#812
Probably not - currently new session will open for each command, so you cannot send command sequence. There is feature request for that: https://track.radensolutions.com/issue/NX-1912.

Best regards,
Victor
#813
If this is possible with SNMP SETs then yes - just create script that will issue appropriate SNMP SET commands and create scheduled action for this script execution.

Best regards,
Victor
#814
General Support / Re: Web console installation
September 17, 2020, 02:14:09 PM
Can you login with desktop client? If yes, please send Jetty/Tomcat log.

Best regards,
Victor
#815
General Support / Re: Web console installation
September 16, 2020, 01:31:42 PM
Hi,

looks like you've deployed web API instead of web interface (GUI application). You have to deploy this war file: https://netxms.org/download/releases/3.5/nxmc-3.5.90.war

Best regards,
Victor
#816
General Support / Re: inbound/outbound Traffic DCI
September 15, 2020, 09:33:39 AM
Looks strange. Could you please provide screenshots of DCI configuration and values history?

Best regards,
Victor
#817
General Support / Re: Network Layer 2 Topology
September 14, 2020, 11:34:00 AM
Hi,

please provide screenshots of "Overview" and "Interfaces" tabs for each switch and output of topology poll on each switch.

Best regards,
Victor
#819
General Support / Re: inbound/outbound Traffic DCI
September 14, 2020, 11:31:38 AM
Hi,

is it after you corrected your script or it is some old values?

Best regards,
Victor
#820
General Support / Re: Add seed node to map?
September 14, 2020, 11:30:13 AM
I would rather execute such nxshell script as an action for SYS_NODE_ADDED events - that way it will run only once when switch is added, because normally you don't need it to run on schedule.

Best regards,
Victor
#821
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
#822
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
#823
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
#824
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
#825
It's a known bug - https://track.radensolutions.com/issue/NX-1897. Fixed in 3.4.284.

Best regards,
Victor