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

#886
General Support / Re: libnetxms.so.34
July 14, 2020, 02:39:02 PM
Hi,

looks like nxdbmgr is older than libraries. Also I see that you start it as /usr/local/bin/nxdbmgr which looks like compiled from sources, but libnetxms is in /lib/x86_64-linux-gnu which is usual for installed from deb packages. Are you sure you didn't mix compiled binaries/libraries with installed from packages?

Best regards,
Victor
#887
General / Re: PostgreSQL subagent
July 14, 2020, 12:00:13 PM
Hi,

current subagent version reports the following SQL error on each poll:


SELECT CASE WHEN pg_is_in_recovery() THEN 'YES' ELSE 'NO' END AS in_recovery,  CASE WHEN count(*) > 0 THEN 'YES' ELSE 'NO' END AS is_receiver FROM pg_catalog.pg_stat_wal_receiver
42P01 ERROR:  relation "pg_catalog.pg_stat_wal_receiver" does not exist


Is it possible to somehow detect if this view is present and remove it from polling if not?

Best regards,
Victor
#888
Should be fixed in 3.4.232.

Best regards,
Victor
#889
Please find all files named libssl.dll and libcrypto.dll on that system. It could be that you have wrong versions with same names somewhere.

Best regards,
Victor
#890
General Support / Re: Template Import does not work
July 10, 2020, 10:11:58 AM
Hi,

please try it on 3.4.232. We have fixed bug with importing templates exported from old versions - could be the case here as well.

Best regards,
Victor
#891
Currently no, it requires changes at least in UI, probably in server as well. Nothing too complicated though.

Best regards,
Victor
#892
General Support / Re: Language setting in web gui
July 10, 2020, 10:09:08 AM
If not available (which is the case for older versions) you can add ?lang=en to URL.

Best regards,
Victor
#893
General / Re: PostgreSQL subagent
July 09, 2020, 02:43:42 PM
Yes, please do.
#894
Only if you'll remove overridden value from node.
#895
General / Re: PostgreSQL subagent
July 09, 2020, 02:14:07 PM
Subagent is merged into master branch. I've added Visual Studio project for Windows builds and did some minor refactoring and fixes. I also plan to backport it into 3.4 branch.

Best regards,
Victor
#896
Hi all!

NetXMS version 3.4 patch release 1 (version 3.4.232) is published. Changes since initial 3.4 release:

- Improved logic for node capability expiration
- "Reset identity" command line option in agent
- EtherNet/IP has priority over SNMP when reading hardware information
- Implemented Web API calls for DCI creation and modification
- Implemented Web API calls for reading last value of specific DCI
- NXSL function CreateDCI accepts numeric codes for data type and data origin
- Improved node matching for agent tunnel automatic binding
- Fixed bug that prevents PushDCIData NXSL function to work on chassis object
- Fixed bug in template import
- Fixed issues:
        NX-1422 (SMTP HELO should be configurable)
        NX-1886 (DCI Table using Script Origin ignores Column definition)
        NX-1888 (Delete completed non-recurring scheduled tasks after configurable retention period)
        NX-1890 (Object Name field in Create Node Object requires cleaning)
        NX-1892 (Wrong format string on a map makes the map uneditable)

Best regards,
Victor
#897
This is bug in importing templates from export files generated by old versions of NetXMS server. I just fixed it and fix will be included into next patch release.

Best regards,
Victor
#898
А какая стоит системная кодировка на этой машине (code page for non-UNICODE programs вроде называлось)?
#899
Quote from: EugeneSG on June 29, 2020, 11:45:21 AM
Простой (на первый взляд) вариант это перейти на TimescaleDB и просто изменить параметр DefaultDCIRetentionTime? Я парвильно понял?

да

Quote from: EugeneSG on June 29, 2020, 11:45:21 AM
Сложный - это разработать драйвер для другого сервера БД, или этого же но уже архивная БД и еще придется разрабатывать инструмент анализа так же? Например в случае того же Elasticsearch это будет Kibana?

Это отдельная архивная БД. Оперативные данные останутся как есть, просто будут писаться параллельно в архивную базу. Инструменты для анализа тоже зависят от архивной базы. С точки зрения NetXMS сервера это записал данные и забыл, прочитать через сервер их уже нельзя.
#900
С такой конфигурацией дедупликацию лучше отключить. А вообще нам надо будет подумать как правильно обрабатывать такую ситуацию и не допускать false positive для дедупликации.