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

#1771
Feature Requests / Re: Clone Node
March 27, 2018, 07:06:46 PM
Hi,

added as feature request to tracker: https://track.radensolutions.com/issue/NX-1429

Best regards,
Victor
#1772
Hi,

I just updated RAP build page - please check it.

Best regards,
Victor
#1773
Hi,

currently it's not possible. Feel free to register a feature request for that.

Best regards,
Victor
#1774
General Support / Re: Logo file location?
March 26, 2018, 05:41:45 PM
Hi,

you mean for web interface? It should be relative to the root of application server classpath.

Best regards,
Victor
#1775
General Support / Re: SNMP Traps configuration
March 26, 2018, 05:41:00 PM
Hi,

unfortunately you cannot access actual varbinds from NXSL. I can change it in next release (change is really simple, information is there, just not exposed to NXSL). Then you'll be able to use simple script to extract necessary information.

Best regards,
Victor
#1776
Hi,

oracle.ddr from Windows installer is built for Oracle client 12. You can use Oracle Instant Client - put it into NetXMS bin folder or add to system PATH.

Best regards,
Victor
#1777
Это комбинация ошибок в агенте и сервере - агент для external table не выставляет флаг instance для колонки, и сервер не выставляет его в полученной таблице не смотря на то, что в конфигурации это указано. Поправим в ближайшее время.
#1778
Hi,

it's a bug that was fixed in 2.2.4.

Best regards,
Victor
#1779
General Support / Re: AWS agent
March 06, 2018, 11:13:14 AM
Did you add firewall rule? You can run agent with debug level 6 and check if there are incoming connections at all, and if there is any, why they are not accepted.

Best regards,
Victor
#1780
А на какой операционке запущена консоль?
#1781
Сейчас фильтрации по пользователям нет. Думаю можем добавить в следующей версии.
#1782
General Support / Re: traffic spike
March 01, 2018, 10:17:00 PM
Hi,

it is possible to access node's interface list from transformation script and read interface speed property, so it is possible to set cap on traffic value based on interface speed.

Best regards,
Victor
#1783
General Support / Re: 2.1M3 Mqtt support
March 01, 2018, 10:15:25 PM
Hi,

you should configure one of the agents to communicate with the broker. It can be agent running on same machine as NetXMS server or on any other machine.

Best regards,
Victor
#1784
General Support / Re: Containers in error state
March 01, 2018, 10:14:29 PM
Hi,

I don't remember fixing that specifically, but anyway please try to upgrade and let us know if problem is still there.

Best regards,
Victor
#1785
Если нужно выполнение обоих условий одновременно, то надо использовать скрипт. В скрипт подается текущее значение как $1. Например, пороговое значение, которое сработает если значение между 10 и 20 будет выглядеть так:


return ($1 >= 10) && ($1 <= 20);