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

#2821
Hi,

how instance discovery is configured? Are you sure that you have correct ifIndex in $1 in filter? I just checked WNMP walk part of the script on my system (using execute server script option on node object) and it works fine - returns all IP addresses on my router.

Server will delete DCIs created by instance discovery if instance will gone.

Best regards,
Victor
#2822
Hi,

seems to be packaging problem again. I've fixed package definition.

As for the second problem, location of compiled MIB file (netxms.mib) was changed in RC2 - you have to move it to the root of server's data directory (set by DataDirectory option in netxmsd.conf), default is <installation prefix>/var/lib/netxms

Best regards,
Victor
#2823
да, ветки это webui/webapp и src/java/netxms-eclipse. Для веба используем Mars, RAP 2.3 или 3.0 (должно собираться и с тем и с тем). Релиз пока делаем на 2.3, поскольку 3.0 требует Servlet API 3.0, а некоторые сервера (Weblogic 11 например) его не поддерживают.
#2824
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
#2825
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
#2826
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
#2827
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
#2828
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
#2829
Общие вопросы / Re: ssmtp send email
October 29, 2015, 10:09:30 PM
Попробуйте поставить параметр сервера MailEncoding в Windows-1251 и CodePage в cp1251.
#2830
Общие вопросы / Re: DCI tables
October 29, 2015, 10:03:06 PM
А как выглядит описание столбцов в настройках DCI?
#2831
Да, с графиками надо что-то делать. К сожалению просто rrdtool взять не получится. Обязательно будем как-то эту проблему решать.
#2832
Есть две ветки исходников - десктоп и веб. В статье на wiki описывается настройка Eclipse только для веба. С десктопом немного проще все: надо брать Eclipse 3.8.2, доставить в него  то, что описано в файле src/java/eclipse_addons.txt, и все должно заработать.

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

nxaction is a server side tool.

Best regards,
Victor
#2834
По логам выходит, что интерфейс VLAN801 остается в состоянии NORMAL, даже после ping'a. А какой адрес у этого интерфейса?
#2835
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