News:

We really need your input in this questionnaire

Main Menu
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

#1201
General Support / Re: Netxms core do not start
September 02, 2019, 10:50:12 AM
Hi,

please make sure that you have set logging to file (using LogFile parameter in netxmsd.conf), add DebugLevel = 9 to netxmsd.conf, try to start service, and post resulting log file here.

Best regards,
Victor
#1202
General Support / Re: libnxdbmgr.dll missing
September 02, 2019, 10:49:04 AM
Hi,

can you check if libnxdbmgr.dll actually exist in C:\NetXMS\bin?

Best regards,
Victor
#1203
Общие вопросы / Re: Карта сети
August 29, 2019, 01:09:47 PM
Версия 2.2.16? Какой тип карты - автоматический или custom? Какие настройки automatic layout?
#1204
Надо прописать параметры доступа к базе:

DBDriver = pgsql.ddr
DBServer = адрес сервера
DBName = имя базы
DBLogin = логин для базы
DBPassword = пароль для базы
#1205
Hi,

this is download link for nxshell: https://cloud.netxms.org/index.php/s/eus63Vo12dCWMWU

Best regards,
Victor
#1206
Announcements / NetXMS 2.2.17 released
August 27, 2019, 09:36:44 AM
Hi all!

We have published patch release 2.2.17. It fixes critical issue in server that can cause crash when using SSH or device driver origin DCIs, as well as few other fixes. Full change log is following:

- Fixed multiple MQTT broker connection support
- Java 12 supported by reporting server
- Fixed bug in agent file download to UI
- Implemented per-device I/O counters on Windows
- Fixed bugs in TCP proxy
- Added object filtering by zone in REST API
- Fixed server crash when using "SSH" or "device driver" DCI source

Best regards,
Victor
#1207
General Support / Re: Netxms SSH Crash
August 26, 2019, 11:01:02 PM
Hi,

it should be fixed in 2.2.17 patch release.

Best regards,
Victor
#1208
Hi,

not much changes compared to 2.2. yet. You can find source code here: https://github.com/netxms/netxms/tree/master/src/client/nxapisrv/java

Best regards,
Victor
#1209
Ну да, это они. Если теперь на остановленом сервере сделать

UPDATE object_properties SET is_system=0 WHERE object_id IN (10,11);

То должны появиться в дереве объектов после старта сервера.
#1210
Вспомнил, у них скорее всего стоит атрибут системного объекта. Можно попробовать такой запрос для проверки:

SELECT p.name,p.object_id FROM templates t INNER JOIN object_properties p ON p.object_id=t.id WHERE p.is_system <> 0;

Если будут такие, то выставить им is_system в 0 (при остановленом сервере) и зайти системным пользователем - они будут видны и можно будет как обычно удалить.
#1211
General Support / Re: Mikrotik/RouterOS isCDP
August 24, 2019, 09:03:18 PM
Mikrotik LLDP implementation is not entirely correct, sometimes it reports bridge interface instead of actual port. This was discussed recently in another topic. I have some ideas how to deal with it, will try to implement in next few releases.

Best regards,
Victor
#1212
Попробуйте зайти пользователем system - возможно он увидит этот шаблон.
#1213
General Support / Re: Timescale DB
August 24, 2019, 09:00:41 PM
Just want to node that TimescaleDB support in 3.0 is much better then in 2.2.16, and schema is slightly different (including chunk intervals).

Best regards,
Victor
#1214
Сейчас такой возможности нет. Просто горизонтальную линию можно сделать, создав DCI с источником Internal и в трансформации написав

return 123;

вместо 123 подставить нужную константу, и добавить этот DCI на график.
#1215
Похоже на следы древних системных шаблонов. Если смотреть data collection configuration для ноды, у этих параметров что-то есть в колонке Template?