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

#2851
Общие вопросы / Re: DCI tables
October 29, 2015, 10:03:06 PM
А как выглядит описание столбцов в настройках DCI?
#2852
Да, с графиками надо что-то делать. К сожалению просто rrdtool взять не получится. Обязательно будем как-то эту проблему решать.
#2853
Есть две ветки исходников - десктоп и веб. В статье на wiki описывается настройка Eclipse только для веба. С десктопом немного проще все: надо брать Eclipse 3.8.2, доставить в него  то, что описано в файле src/java/eclipse_addons.txt, и все должно заработать.

С клиентской библиотекой сделано так - она собирается и как jar, и как Eclipse plugin. В workbench надо импортировать plugin проект из src/java/client.
#2854
General / Re: Action
October 25, 2015, 07:51:06 PM
Hi,

nxaction is a server side tool.

Best regards,
Victor
#2855
По логам выходит, что интерфейс VLAN801 остается в состоянии NORMAL, даже после ping'a. А какой адрес у этого интерфейса?
#2856
General / Re: Node ID for Push parameter
October 24, 2015, 08:10:39 PM
Hi,

I was thinking you are using Java or C++ API, not command line tool. For command line tool you just have to omit node ID - server will find it from connection's source IP address.

Best regards,
Victor
#2857
General / Re: Action
October 24, 2015, 07:17:11 PM
Code seems to be correct. Try to check with nxget that action was registered:

nxget -l agent_ip_addr Agent.ActionList

Also, make sure you are using correct action name in object tool. You can also execute agent action from command line using nxaction command.

Best regards,
Victor
#2858
А на картах где не работает выделение есть фоновая картинка?
#2859
А можно прислать полный лог status poll'a? И если возможно, то лог сервера в этот момент с дебагом 6.
И на какой ОС сервер работает?
#2860
Hi,

try to use {instance} in graph title - it should be replaced with the value seen in Thresholds -> Instance in DCI properties.

Best regards,
Victor
#2861
Hi,

received SNMP traps cached in memory until connection with NetXMS server restored. However, they are not stored to local database so if agent is restarted any cached traps will be lost.

Best regards,
Victor
#2862
Сегодня получили точно такую-же ситуацию еще в одной сети. Разбираемся, пока не ясно в чем проблема.
#2863
General Support / Re: Dashboard linking.
October 21, 2015, 09:57:03 PM
It's quite stable already. We plan that next release will be declared stable (2.0) and so 1.2.x will become obsolete.

Best regards,
Victor
#2864
Hi,

it should be fully functional in 2.0-RC2. We will update documentation soon. In short:

1. DefaultAgentCacheMode can be either 1 (on) or 2 (off);
2. agent level "default" means using DefaultAgentCacheMode settings;
3. DCI level "default" means using agent level settings.

Best regards,
Victor
#2865
General Support / Re: Dashboard linking.
October 21, 2015, 04:05:21 PM
Hi,

it is possible since version 2.0-RC2. You can go to node properties, open "Dashboards" page, and add dashboards related to that node. All related dashboards will be available from context menu on node (by right click) under "Dashboards" submenu.

Best regards,
Victor