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

#3886
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 07:10:32 PM
Нет, просто запустить. Для valgrind'а рекомендуемые параметры --leak-check=full --undef-value-errors=no
#3887
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 06:43:18 PM
А под valgrind будет возможность запустить?
#3888
General Support / Re: Templates & Instance Discovery
March 18, 2014, 05:47:28 PM
Hi!

You can transform instance values in instance filtering script. Fltering script can return an array consisting of two elements - true/false flag and new instance value. For extracting interface index from interface list you can use the following script:


if ($1 ~= "^([0-9]+) .*")
{
   return %(true, $1);  // at this point $1 contains first matching group
}
return false;


Best regards,
Victor
#3889
Hi!

Parser XML element names are case-sensitive. You should use <level> instead of <Level>.

Best regards,
Victor
#3890
General Support / Re: Inter-server communication
March 18, 2014, 05:37:52 PM
Hi!

Are you using zones on Local_server? Currently receiving server looks for IP address only in default zone.

Best regards,
Victor
#3891
Hi!

Sorry, I forgot to reply. I fix this bug already. Fix will be included in 1.2.13 release.

Best regards,
Victor
#3892
Hi!

Currently table push is not supported.

Best regards,
Victor
#3893
Announcements / Re: NetXMS 1.2.12 released
March 18, 2014, 05:10:43 PM
А как выглядит график использования памяти процессом netxmsd? Может там просто memory leak...
#3894
Только настройкой системы это будет сделать сложно (хотя возможно - через скрипты, которые будут проверять все устройства на дубликаты). Правильней будет добавить такой функционал в саму систему. Добавил в трекер: https://www.radensolutions.com/chiliproject/issues/533
#3895
А хост по SNMP отдает полный список интерфейсов, или только тот, на котором отвечает?
#3896
Один из вариантов такой:

1. Делаем ExternalParameter на агенте, с которого будем запускать скрипт. Выглядеть он может как-нибудь так:

ExternalParameterShellExec = Test(*):start_script.cmd $1

В $1 попадет имя ноды.

2. На узлах, для которых надо собирать информацию, делаем DCI Test(имя ноды) и указываем как прокси узел с агентом.
#3897
Hi!

For some reason tooltips are not working in RAP implementation of draw2d/zest. I spent some time trying to debug it, but no success so far.

Best regards,
Victor
#3898
Hi!

I've fixed the problem. Version 1.2.13 will work correctly.

Best regards,
Victor
#3899
General Support / Re: Alarm Browser variables?
March 08, 2014, 02:48:00 AM
Hi!

Currently it's not possible. I've added additional macros to access alarm data in version 1.2.13 - full list can be found in manual: https://www.netxms.org/documentation/adminguide/objects.html#macro-substitution.

Best regards,
Victor
#3900
Feature Requests / Re: nxalarm - commands
March 07, 2014, 09:23:50 PM
Hi!

I've added sticky acknowledge support in nxalarm. It will be included in 1.2.13.

Best regards,
Victor