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 Support / Re: Windows EventLog parsing questions
November 12, 2015, 06:12:33 PM
It works on all my (very limited) set of Windows systems (test it on Win XP, Win 7, and Win 10). Do you have it working on at least one system?

Best regards,
Victor
#2837
Hi,

agent should determine counter type and collect it correctly. Can you show your DCI configuration?

Best regards,
Victor
#2838
Yes, this is tricky part - you cannot test threshold by changing it. When you edit threshold internally it leads to deleting old one and adding new one - and new threshold do not have "activated" state, so no deactivation event. For testing thresholds you can use transformation script on DCI which you can change to return value above or below threshold.

Best regards,
Victor
#2839
General Support / Re: World Map
November 11, 2015, 02:18:21 PM
Not yet, but it is in a plans.

Best regards,
Victor
#2840
General Support / Re: SNMPV3
November 11, 2015, 02:17:00 PM
Hi,

it could be a bug in NetXMS SNMP library. Is it possibe to get access over SNMP to your switch so we can test and fix it? Please send me private message if that's possible.

Best regards,
Victor
#2841
Quote from: hsvt on November 10, 2015, 03:52:48 PM
А пример фильтрации в EPP можете привести ?

Вроде про hook скрипты шла речь? Скрипт из примера можно модифицировать так:


if ($node->snmpOID ~= "^.1.3.6.1.4.1.X")
{
foreach(int : GetNodeInterfaces($node))
{
if ((int->name ~= "^eth[0-9]*\.") && (GetCustomAttribute(int, "ImportantInterface") != "yes"))
{
                     // do what is needed
        }
}
}


Не будут обрабатываться интерфейсы у которых custom attribute ImportantInterface выставлен в yes.

Quote from: hsvt on November 10, 2015, 03:52:48 PM
И правильно ли я понимаю, если мне нужно для этой же группы серверов и клиентских интерфейсов сделать SYS_IF_DOWN с severity Normal, я создал еще одно EPP и поместил туда группу этих серверов (в Source Object) ну и далее Alarm Severity Normal, но как правильно сделать чтобы не пересекалось с основным EPP ?

Есть два варианта - либо в основном правиле добавить исключение для контейнера (добавить контейнер в список source и поставить negate), либо в первом правиле (для контейнера) добавить "stop processing" - тогда обработка события для этого контейнера будет остановлена на этом правиле.
#2842
SYS_IF_PEER_CHANGED создается когда система определяет изменение в топологии (через CDP, LLDP, etc.) и интерфейсы двух узлов отмечаются как соединенные между собой.

Параметры собственных событий зависят от того, как они генерируются. Если это события по нарушению threshold, то параметры будут соответствовать SYS_THRESHOLD_REACHED/SYS_THRESHOLD_REARMED.
#2843
Hi,

policy looks correct, maybe problem is with your thresholds. Can you share threshold configuration please?

Best regards,
Victor
#2844
General Support / Re: World Map
November 09, 2015, 12:58:36 PM
Hi,

in 2.0 versions icons on world map are smaller and usual object context menu is available.

Best regards,
Victor
#2845
Hi,

seems to be a bug. I'll try to reproduce it.

Best regards,
Victor
#2846
Hi,

yes, performance tab graphs do not show legend if there are only one parameter. That comes from time when there was no extended legends on graphs and having legend with one item was useless. I can add an option like "Always show legend" to perf tab configuration.

Best regards,
Victor
#2847
General Support / Re: External events
November 07, 2015, 12:39:43 PM
Hi,

you can use nxevent command line tool to send events into NetXMS.

Best regards,
Victor
#2848
Hi,

what alarm keys you are using for alarm creation and termination?

Best regards,
Victor
#2849
General Support / Re: SNMP Credentials
November 06, 2015, 04:59:57 PM
I can confirm that there is a bug that causes NetXMS to use some incorrect community strings in polls. We are working on the fix.

Best regards,
Victor
#2850
Grace period when DCIs won't be deleted immediately after instance disappear should solve your problem as well. When tunnel goes up again data collection will continue (assuming it is on same OID).

Best regards,
Victor