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

#2116
Общие вопросы / Re: SNMPv3 AUTH_FAIL
May 12, 2017, 04:33:32 PM
Похоже на configuration poll. Перепроверю логику работы - в теории сначала должна пробоваться текущая версия протокола.
#2117
Добрый день!

Пакет выглядит нормально. Сама станция заведена в NetXMS? Если да, то адрес правильный?

#2118
 А можно посмотреть исходники проблемных скриптов?
#2119
Hi,

should be fixed by now. Fix will be included in 2.1-RC1 release.

Best regards,
Victor
#2120
General Support / Re: centos 7 installation
April 21, 2017, 02:42:11 PM
Hi,

environment variables is not needed, you need only libpq-fe.h in include path, and libpq.so in library path. You can specify path to your PostgreSQL installation in --with-pgsql configuration option, like

./configure --with-pgsql=<postgres install dir>

Best regards,
Victor
#2121
General Support / Re: centos 7 installation
April 20, 2017, 11:05:16 PM
Hi,

make sure you have package postgresql-devel installed.

Best regards,
Victor
#2122
General Support / Re: DCI Data loss
April 19, 2017, 08:32:23 PM
Yes, I think it's quite important. I'll try to schedule it for 2.1-RC1.

Best regards,
Victor
#2123
General Support / Re: NetXMS Server Capability
April 19, 2017, 08:31:40 PM
Hi,

there are few issues already found in 2.1-M3, especially with new back-connect functionality. We plan to release RC version in a week or two, which will be followed by stable 2.1 release.

Best regards,
Victor
#2124
General Support / Re: Theoretical Capacity
April 18, 2017, 11:09:52 PM
#2125
General Support / Re: NetXMS Server Capability
April 18, 2017, 11:08:57 PM
Hi,

starting with 2.1-M3 there is agent-to-server connection option, so you can have site proxies behind firewall connecting to NetXMS server. Server itself should handle 50k nodes without issues, although you will need quite big amount of RAM (I would recommend 8 GB at least). Database will definitely require some tuning (but actual load and size requirements highly dependent on how much data you will collect and how often). Network connections should be fine because you will have connections open to proxies, and everything else will be between proxies and end nodes.

Best regards,
Victor
#2126
Попробуйте заменить

pResult->values

на

result

в строке 576.
#2127
General Support / Re: DCI Data loss
April 16, 2017, 12:08:24 PM
One possible reason is instances disappearing and re-appearing. If on one configuration poll instance is missing server will detele DCIs for that instance, and create new DCIs when instance appears again. You can check if this is the case by noting DCI IDs and check if they are changing.

Best regards,
Victor
#2128
External parameter runs on demand, when server requests it. So you effectively control it when setting DCI polling interval.

Best regards,
Victor
#2129
Немножко не так:


interfaces = GetNodeInterfaces($node);
foreach(i : interfaces)
{
   if (i->macAddr like "85:55:*")
      return true;
}
return false;

#2130
Общие вопросы / Re: SNMPv3 AUTH_FAIL
April 12, 2017, 05:41:19 PM
Насколько постоянные? Во время configuration poll сервер может перебирать разные версии протоколов.