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

#2656
Hi,

did you install NetXMS server from deb packages or from sources? For package based installation correct MIB file location is /var/lib/netxms/netxms.mib, and for source install (assuming prefix was left to default /usr/local) is /usr/local/var/lib/netxms/netxms.mib.

Best regards,
Victor
#2657
Hi,

click/drag problem is fixed in upcoming 2.0.3 release. I'll made transparency configurable for small labels.

Best regards,
Victor
#2658
General Support / Re: Maximum open cursors exceeded
March 09, 2016, 11:26:21 PM
Hi,

please try to replace existing libnxcore.so.2.0.0 with this one: https://cloud.netxms.org/index.php/s/XzmBjTnJ0E0zlDV

Best regards,
Victor
#2659
General Support / Re: New Discovered Node - Alert
March 09, 2016, 10:51:41 PM
System generates event SYS_NODE_ADDED whenever new node is added to the system. If node added by discovery process, event will have first parameter set to 1, so you can create rule which will match event SYS_NODE_ADDED and with this matching script:

return $event->parameters[1] == 1;

In action part you can generate alarm or send notifications as usual.

Best regards,
Victor
#2660
General Support / Re: libc segfault crash
March 09, 2016, 12:40:14 PM
Did you build binaries, or you are using deb packages?

Best regards,
Victor
#2661
General Support / Re: Maximum open cursors exceeded
March 09, 2016, 12:39:03 PM
Hi,

I plan to make 2.0.3 release this Friday. I'll try to build patched binary later today.

Best regards,
Victor
#2662
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
#2663
Added. Will be available in 2.0.3 release.

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

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

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

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