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
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
#1772
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
#1773
Это комбинация ошибок в агенте и сервере - агент для external table не выставляет флаг instance для колонки, и сервер не выставляет его в полученной таблице не смотря на то, что в конфигурации это указано. Поправим в ближайшее время.
#1774
Hi,

it's a bug that was fixed in 2.2.4.

Best regards,
Victor
#1775
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
#1776
А на какой операционке запущена консоль?
#1777
Сейчас фильтрации по пользователям нет. Думаю можем добавить в следующей версии.
#1778
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
#1779
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
#1780
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
#1781
Если нужно выполнение обоих условий одновременно, то надо использовать скрипт. В скрипт подается текущее значение как $1. Например, пороговое значение, которое сработает если значение между 10 и 20 будет выглядеть так:


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

#1782
Стандартные шаблоны при старте импортируются из файлов, и изменения затираются. Можно отключить автоимпорт выставив параметр ImportConfigurationOnStartup в 0.
#1783
General Support / Re: Update from 2.0.8 to 2.2.3 or newer
February 28, 2018, 06:13:51 PM
Hi,

yes, it's possible (unless you are using SQLite as backend database - in that case upgrade can be problematic).

Best regards,
Victor
#1784
General Support / Re: Missing Infrastructure / Network
February 28, 2018, 06:12:36 PM
Hi,

what do you mean by "give all permissions"? There are two types of permissions - global (that you see in user's properties) and per object (that you see in object's properties on "Access Control" page). Are you sure that you gave permissions on object level?

Best regards,
Victor
#1785
General Support / Re: Agent Tunnel Port Configuration
February 28, 2018, 06:10:17 PM
Hi,

you can also add any missing configuration parameter directly from UI (there is option "add parameter" in server configuration view) or using nxdbmgr:

nxdbmgr set AgentTunnelListenPort 443

Best regards,
Victor