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

#1546
В FindObject передается имя объекта или его идентификатор. Я не сообразил что SERVERS/TERMINALS скорее всего имелось ввиду контейнер TERMINALS в контейнере SERVERS. Если это так, то надо как параметр передавать строку "TERMINALS".
#1547
Можно зайти пользователем system. Если он неактивен, то можно остановить сервер, выполнить команду

nxdbmgr reset-system-account

и запустить сервер. После этого зайти пользователем system с паролем netxms.
#1548
General Support / Re: Cannot access $dci from script
August 22, 2018, 01:35:43 PM
Hi,

$dci is not set for data collection script, only for transformation and threshold scripts.

Best regards,
Victor
#1549
Исправили в 2.2.8.
#1550
Announcements / Re: NetXMS 2.2.7 released
August 17, 2018, 02:02:02 PM
Hi,

please update to 2.2.8 when it becomes available. We just fix few issues related to link colors (although I was unable to reproduce your exact issue), and on our test system all works as expected with and without data sources set on a link.

Best regards,
Victor
#1551
General Support / Re: netxms on mssql 2014
August 17, 2018, 11:42:13 AM
Hi,

seems to be packaging error then. Btw, it could be the reason for incorrect map display mentioned in other topic. We will fix it in upcoming 2.2.8 version (to be released within next few days).

Best regards,
Victor
#1552
General Support / Re: NetXMS 2.2.7- Network Maps
August 17, 2018, 11:40:21 AM
Hi,

what kind of switches do you have? From screenshot it seems that NetXMS relies on STP for topology discovery which is not very reliable. Is it possible to turn on LLDP or CDP on your switches?

Best regards,
Victor
#1553
Announcements / Re: NetXMS 2.2.7 released
August 16, 2018, 01:02:39 PM
Could you show "General" tab as well?
#1554
General Support / Re: netxms on mssql 2014
August 16, 2018, 12:13:42 PM
Hi,

what Java version you are using? If it is 6 or 7, try to upgrade to Java 8.

Best regards,
Victor
#1555
Announcements / Re: NetXMS 2.2.7 released
August 16, 2018, 12:12:39 PM
Hi,

could you describe your issue in more details (preferably with configuration and result screenshots) in separate topic or in bug tracker ticket? It could be issue that was solved or it could be completely different bug.

Best regards,
Victor
#1556
Добавьте ?lang=en к URL.
#1557
Try to run configuration poll manually (right click on node, Poll, then Configuration). Check what agent will report.

Best regards,
Victor
#1558
Hi,

check agent configuration file - it should have correct log settings and correct management server address in MasterServers. You can also tun agent in foreground with maximum debug as

nxagentd -D9

and check what is going on.

Best regards,
Victor
#1559
General Support / Re: NetXMS CPU Usage High
August 10, 2018, 01:54:43 PM
No, they are not. Put // in front of each line.

Best regards,
Victor
#1560
General Support / Re: NetXMS CPU Usage High
August 10, 2018, 11:11:46 AM
It hangs in same place. It looks like zlib bug, for deeper debugging we need actual data being compressed. As a workaround you can try to disable NXCP compression for client sessions by commenting out lines 1894 and 1895 (should looks like

            m_dwFlags |= CSF_COMPRESSION_ENABLED;
            msg.setField(VID_ENABLE_COMPRESSION, true);

in src/server/core/session.cpp and recompile server.

Best regards,
Victor