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

#871
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
#872
Should be fixed in 3.4.232.

Best regards,
Victor
#873
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
#874
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
#875
Currently no, it requires changes at least in UI, probably in server as well. Nothing too complicated though.

Best regards,
Victor
#876
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
#877
General / Re: PostgreSQL subagent
July 09, 2020, 02:43:42 PM
Yes, please do.
#878
Only if you'll remove overridden value from node.
#879
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
#880
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
#881
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
#882
А какая стоит системная кодировка на этой машине (code page for non-UNICODE programs вроде называлось)?
#883
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 сервера это записал данные и забыл, прочитать через сервер их уже нельзя.
#884
С такой конфигурацией дедупликацию лучше отключить. А вообще нам надо будет подумать как правильно обрабатывать такую ситуацию и не допускать false positive для дедупликации.
#885
У нас есть возможность создавать fan-out драйвера для параллельной выгрузки данных в другую базу. Сейчас есть драйвер для InfluxDB, но можно сделать и для других баз. Если требуется хранить и анализировать данные за несколько лет то я бы предложил переход на TimescaleDB. Он позволит нормально работать с оперативными данными, и в нем есть встроенные механизмы архивации и анализа исторических данных. У нас есть несколько клиентов на поддержке на TimescaleDB и результаты в целом очень хорошие.