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

#1186
General Support / Re: Statistical info on custom map
September 03, 2019, 12:36:59 PM
You can create script DCI on any node that will calculate required information, and then add DCI container to the map.

Best regards,
Victor
#1187
Мы поизучаем этот вопрос. Я когда-то давно смотрел, довольно сложно было делать msi по сравнению с обычным инсталлятором, поэтому и выбрали InnoSetup. А exe инсталлятор через контроллер домена нельзя напрямую использовать? Еще наверное можно использовать MSI обертки, вроде этой: https://www.exemsi.com/documentation/getting-started/?
#1188
Announcements / Telco references needed
September 03, 2019, 09:53:31 AM
Hello all,

we need references from telco companies for one project we are participating in. If you are using NetXMS in telco company and can provide such reference please contact me here or using private messages. Thank you!

Best regards,
Victor
#1189
А какая версия? Если сервер на Линуксе, можете снять дамп потоков после зависания?
#1190
В версию 2.2.17 вошли изменения по раздельному мониторингу дисковой очереди. 2019 сервер будем смотреть как позволит время, пока не могу точно обещать сроки. Постараемся в течении сентября сделать.
#1191
Может убраны права на них? Посмотрите под пользователем system.
#1192
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
#1193
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
#1194
Общие вопросы / Re: Карта сети
August 29, 2019, 01:09:47 PM
Версия 2.2.16? Какой тип карты - автоматический или custom? Какие настройки automatic layout?
#1195
Надо прописать параметры доступа к базе:

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

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

Best regards,
Victor
#1197
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
#1198
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
#1199
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
#1200
Ну да, это они. Если теперь на остановленом сервере сделать

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

То должны появиться в дереве объектов после старта сервера.