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

#781
Actually sounds as really good idea. Registered it in our tracker: https://track.radensolutions.com/issue/NX-1961

Best regards,
Victor
#782
General Support / Re: NetXMS server 3.5.90 crashing
September 30, 2020, 08:56:18 PM
Hi,

we have fixed this in version 3.5.125 (just published).

Best regards,
Victor
#783
Hi all!

We just published patch release for NetXMS 3.5 (version 3.5.125). Only server and web service API are affected. Full change log:
- Fixed network map filter script read form database
- Fixed server crash
- Fixed issues:
        NX-1928 (nxdbmgr export/import does not work properly with TimescaleDB)
        NX-1930 (NodeJS POST requests to NetXMS WebAPI fail with http error 500 internal error / error 46)
        NX-1953 (Migration from MySQL to TimescaleDB fails)
        NX-1960 (Instance discovered tables not removed after template removed)

Best regards,
Victor
#784
Announcements / Re: NetXMS 3.5 released
September 30, 2020, 03:19:29 PM
Hi,

this is known packaging issue for web UI. We will publish updated installer today.

Best regards,
Victor
#785
General Support / Re: Server Certificate
September 27, 2020, 09:34:42 PM
Yes, it is encrypted.

Best regards,
Victor
#786
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
#787
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
#788
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
#789
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
#790
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
#791
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
#792
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
#794
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
#795
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