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

#2836
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
#2837
А на картах где не работает выделение есть фоновая картинка?
#2838
А можно прислать полный лог status poll'a? И если возможно, то лог сервера в этот момент с дебагом 6.
И на какой ОС сервер работает?
#2839
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
#2840
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
#2841
Сегодня получили точно такую-же ситуацию еще в одной сети. Разбираемся, пока не ясно в чем проблема.
#2842
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
#2843
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
#2844
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
#2845
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 03:04:31 PM
For those who build from sources - replace src/server/core/node.cpp with attached one and re-compile server. Problem should go away. Repacked sources and binaries will be available shortly as well.

Best regards,
Victor
#2846
Hi,

GetDCIValueByDescription reads last value from cache. It can happen that it was called faster then cache for queried DCI was populated (either by poll or from database). I'll think what I can do with that.

Best regards,
Victor
#2847
General Support / Re: Dashboard drilldown
October 19, 2015, 11:21:19 AM
Hi,

currently not.

Best regards,
Victor
#2848
Hi,

this functionality is currently broken. We will fix it in next release.

Best regards,
Victor
#2849
Announcements / Re: NetXMS 2.0-RC2 released
October 19, 2015, 11:19:13 AM
Try to turn off data collection cache for that agent (node properties, "Polling" page, select cache mode "Off"). You'll me be needed to delete nxagent.db again after switching off cache. I'll try to reproduce this issue on my system.

Best regards,
Victor
#2850
Общие вопросы / Re: DCI tables
October 17, 2015, 08:14:16 PM
Есть - для таблиц тоже можно делать transformation script - на входе в $1 он получает объект класса Table, по которому можно пройти в цикле по всем строкам и внести изменения.