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

#2641
General Support / Re: libc segfault crash
March 09, 2016, 10:17:12 AM
Could you please run it again under debugger (with debug level set to 6), and when it crashes, run the following:

bt
frame 1
print *this
frame 2
print *this

and send output as well as last part of log file (last few kilobytes).

Best regards,
Victor
#2642
Added. Will be available in 2.0.3 release.

Best regards,
Victor
#2643
Исправили в 2.0.3.
#2644
Топик конечно устарел, но на всякий случай - проблема решена в 2.0.2.
#2645
Посмотрю завтра.
#2646
Еще full configuration poll должен исправлять ситуацию. В любом случае, исправим в 2.0.3.
#2647
Для скриншотов должен быть запущен сессионный агент в пользовательской сессии (nxsagent.exe). Инсталлятор агента предлагает поставить его в autorun.
#2648
Я вижу два возможных решения:

1. Не генерировать UP/EXPECTED DOWN события если интерфейс выходит из состояния UNKNOWN. Единственная возможная проблема которую я вижу - если интерфейс был например UP, пропала связь с SNMP агентом, интерфейс стал UNKNOWN. Потом связь восстановилась, но интерфейс уже DOWN к этому моменту. Тогда не будет события, которое на самом деле информативно.

2. Добавить параметр к событию - предыдущее состояние. Тогда можно будет отфильтровать переходы из UNKNOWN, но проблема из варианта 1 все равно останется.

Возможно надо сохранять еще и последнее состояние перед UNKNOWN, и на основе него уже принимать решение о генерации события.
#2649
Алармы были видны в консоли а потом исчезли, или сразу не были видны? В консоль зашли под каким-то пользователем или под админом? Может быть просто нет прав на просмотр алармов по данному объекту?

#2650
Hi,

actually "Find MAC address" tool supports all mentioned formats except xxx.xxx.xxx.xxx.

Best regards,
Victor
#2651
Hi,

actually there is increasing demand for such feature. I plan to implement it in next major release.

Best regards,
Victor
#2652
General Support / Re: Reconnect DB after failure
March 08, 2016, 10:50:42 PM
Hi,

actually NetXMS server supposed to reconnect after DB failure (and it seems that all internal threads other than idata writer done it correctly). I'll try to simulate this situation and check what's going on.

Best regards,
Victor
#2653
General Support / Re: SNMP Proxy
March 08, 2016, 10:47:43 PM
Hi,

seems correct.

Best regards,
Victor
#2654
General Support / Re: Maximum open cursors exceeded
March 08, 2016, 10:25:40 PM
Hi,

I've fixed the issue. Fix will be included into 2.0.3 release, or I can build patched 2.0.2 for you.

Best regards,
Victor
#2655
General Support / Re: Agent Screenshot
March 08, 2016, 10:01:49 PM
Hi,

you need session agent (nxsagent.exe) to run in user sessions.

Best regards,
Victor