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

#826
In agent config you should specify path to SSH config - you cannot just put SSH configuration options to NetXMS agent config. So in nxagentd.conf you should have something like


[SSH]
ConfigFile = /etc/nxagentd-ssh-config


and in file /etc/nxagentd-ssh-config


HostKeyAlgorithms +ssh-rsa


Best regards,
Victor
#827
Looks like router supports only ssh-dss and ssh-rsa as host key algorithms and they are not offered by client. You may try to add

HostKeyAlgorithms +ssh-rsa

to your .ssh/config file, or create separate config file for SSH subagent with that line and specify it in nxagentd.conf by adding

ConfigFile = path_to_config

in section [SSH].

Best regards,
Victor
#828
Hi,

in 3.4 we have added reading SSH config by SSH subagent - could it be that you have something configured there? Also, what KEX algorithms this Mikrotik supports? You can run ssh with -v option and check it. This is sample output from my router:

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: diffie-hellman-group-exchange-sha256

Best regards,
Victor
#829
General Support / Re: Querying DCI Table history
October 04, 2020, 02:25:30 PM
Hi,

seems that currently it is not possible. There is feature request for that for some time already: https://track.radensolutions.com/issue/NX-1483, which we will definitely implement at some point. Also NXSL function GetDCIValues could be fairly easily modified to return list of table DCI values for given period.

Best regards,
Victor

#830
General Support / Re: HA Database
October 04, 2020, 01:04:46 PM
Hi,

NetXMS server does not support alternate database servers directly. It is only possible if database client provides such functionality (for example, Oracle client when connecting to Oracle RAC), or if you can provide virtual IP for server to connect to, that migrates from one DB cluster node to another.

Best regards,
Victor
#831
Actually sounds as really good idea. Registered it in our tracker: https://track.radensolutions.com/issue/NX-1961

Best regards,
Victor
#832
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
#833
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
#834
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
#835
General Support / Re: Server Certificate
September 27, 2020, 09:34:42 PM
Yes, it is encrypted.

Best regards,
Victor
#836
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
#837
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
#838
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
#839
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
#840
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