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

#2866
Hi,

so far seems to be network or (less likely) firewall problem. Console should send keepalive packets every minute, so session should not timeout on firewall even if console is idle. Is it possible to get packet capture for TCP port 4701 for the last moments of broken session?

Best regards,
Victor
#2867
Hi,

do you have core file left? If yes, please provide stack trace from it. Alternatively, try tu run netxmsd under debugger, wait for crash, and send us output. Here is the instruction: https://wiki.netxms.org/wiki/Running_NetXMS_under_debugger.

Best regards,
Victor
#2868
Hi,

are your top 5 changes all the time? How often it changes? How do you want to see them on dashboard - as charts or as table?

Best regards,
Victor
#2869
Hi,

you can filter out events from nodes you are not interested in in event processing policy. For example, you can put all important servers into special container and in EPP filter out (action "atop processing") all SYS_NODE_DOWN, SYS_IF_DOWN, etc. events if node is not in that container.

Best regards,
Victor
#2870
Feature Requests / Re: Add contents of container to map
October 29, 2015, 10:25:27 PM
Hi,

currently is is not possible. Feel free to add feature request to our tracker - it is not hard to implement.

Best regards,
Victor
#2871
Общие вопросы / Re: ssmtp send email
October 29, 2015, 10:09:30 PM
Попробуйте поставить параметр сервера MailEncoding в Windows-1251 и CodePage в cp1251.
#2872
Общие вопросы / Re: DCI tables
October 29, 2015, 10:03:06 PM
А как выглядит описание столбцов в настройках DCI?
#2873
Да, с графиками надо что-то делать. К сожалению просто rrdtool взять не получится. Обязательно будем как-то эту проблему решать.
#2874
Есть две ветки исходников - десктоп и веб. В статье на wiki описывается настройка Eclipse только для веба. С десктопом немного проще все: надо брать Eclipse 3.8.2, доставить в него  то, что описано в файле src/java/eclipse_addons.txt, и все должно заработать.

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

nxaction is a server side tool.

Best regards,
Victor
#2876
По логам выходит, что интерфейс VLAN801 остается в состоянии NORMAL, даже после ping'a. А какой адрес у этого интерфейса?
#2877
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
#2878
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
#2879
А на картах где не работает выделение есть фоновая картинка?
#2880
А можно прислать полный лог status poll'a? И если возможно, то лог сервера в этот момент с дебагом 6.
И на какой ОС сервер работает?