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

#4366
Hi!

I've found syntax error in transformation script - if statement starts with capital letter:

If (CurrentStatus == 0 || CurrentStatus == 4)

after changing it to lowercase, script seems to be working.

Best regards,
Victor
#4367
Announcements / Re: NetXMS 1.2.8 released
August 14, 2013, 01:37:41 PM
Hi!

I plan to release 1.2.9 by end of August. It will be mostly bugfix release.
Btw, I completely forgot about patched 1.2.8 console I promise you. There are download links:

https://netxms.org/download/nxmc/nxmc-1.2.8-fp1-win32-x64.zip
https://netxms.org/download/nxmc/nxmc-1.2.8-fp1-win32-x86.zip

Best regards,
Victor
#4368
Hi!

You have to add node where you create proxied DCI to proxy node's "trusted nodes" list, or turn off trusted nodes checking by setting server configuration variable CheckTrustedNodes to 0. A bit more detailed explanation of trusted nodes concept is here: http://wiki.netxms.org/wiki/SG:Security_Issues.

Best regards,
Victor
#4369
Hi!

You can create two links, but they will take same path on the map. You have to change routing to "bend points" for at least one of them and lay it out manually.

Best regards,
Victor
#4370
General Support / Re: DCI transformation.
August 14, 2013, 01:18:20 PM
Hi!

Problem is that NXSL does not understand ".1" notation - you have to give it as "0.1".
Btw, you can check your scripts with nxscript command line tool:


C:\Source\NetXMS\x64\debug>nxscript -r test.nxsl
NetXMS Scripting Host  Version 1.2.8
Copyright (c) 2005-2013 Victor Kirhenshtein

syntax error, unexpected '.'

C:\Source\NetXMS\x64\debug>


Best regards,
Victor
#4371
General Support / Re: Events between servers
August 14, 2013, 01:15:11 PM
Quote from: Nikk on August 14, 2013, 01:02:39 PM
But on the sender server i still get   ISC::ReceiverThread(): RecvNXCPMessage() failed: error=0, socket_error=0 ..
Maybe that's how it should be, I don't know.

It is misleading message: in fact, error code 0 means that connection was just closed. That's ok, other side can close connection when it's not needed.

Best regards,
Victor
#4372
Вопрос в том, правильное ли UTC время на сервере. Например, если на сервере стоит тайм зона UTC-3, а реально время на нем выставлено так, чтобы выглядело правильно в UTC-2, то внутреннее UTC время будет отличатся на 1 час от правильного.
#4373
В чем причина проблемы вроде ясно. Поскольку проблема в том, как реализована обработка входящих syslog сообщений, то без переделки кода эту проблему решить нельзя. В 1.2.9 мы исправим проблемное место, и должно заработать как надо.
#4374
Общие вопросы / Re: Networ MAP Dashboard
August 14, 2013, 01:06:39 PM
Пока нельзя. В планах у нас есть поддержка графиков на картах.
#4375
General Support / Re: Error editing DCI
August 13, 2013, 11:16:33 AM
Hi!

Sorry for late reply! I've fixed this issue (SVN rev. 7613). Unfortunately, console built from trunk will not be compatible with 1.2.8 server. If this is critical, I can build an 1.2.8-compatible console with the fix, otherwise you have to wait for 1.2.9 release.

Best regards,
Victor
#4376
Feature Requests / Re: Awesome product!
August 12, 2013, 05:59:48 PM
Hi!

Thank you! Yes, we have plans to integrate with vCenter/ESXi for quite a long. The only issue for us is lack of resources, but we definitely will come to implement this.

Best regards,
Victor
#4378
Если в регулярном выражении есть capture groups (части выражения в скобках), то значение первой группы попадет в %1, второй - в %2, и т.д. Например, для выражения

Error (.*) on (.*)

после матчинга строки

Error 244 on test.server.com

%1 будет равен 244, а %2 test.server.com
#4379
Внутри системы время всегда в UNIX time (кол-во секунд с 01.01.1970 00:00:00 UTC). При показе внутренне представление конвертируется в локальное время клиента в соответствии с тайм зоной клиента.
#4380
Общие вопросы / Re: Карта сети.
August 12, 2013, 05:42:15 PM
Размеры group box'а можно менять растягивая его за правый нижний угол.

Соединения могут быть ломаной линией. Сначала надо в свойствах соединения поменять routing algorithm на bend points. После этого двойной клик на линии добавит точку, которую можно двигать по карте. Таких точек может быть до 16.