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

#1696
Покажите пожалуйста лог событий для проблемной ноды от момента когда появился аларм о недоступности агента.
#1697
You should not copy old libraries into source tree - that way you will get new binaries mixed with old binaries. Just remove old libraries from /usr/local/lib and re-run make (I would suggest to do make clean first to cleanup source tree).

Best regards,
Victor
#1698
Сейчас нельзя сменить адрес - только создать заново или поменять прямо в базе (при остановленном сервере).
#1699
Общие вопросы / Re: CP UTM-1 SNMP
May 16, 2018, 11:36:56 AM
Я имел ввиду дамп SNMP пакетов (используя tcpdump или Wireshark).
#1700
Общие вопросы / Re: CP UTM-1 SNMP
May 15, 2018, 08:37:06 PM
Какая версия SNMP? Есть возможность прислать дамп пакетов (snmpwalk и nxsnmpwalk)?
#1701
Announcements / Re: NetXMS 2.2.5 released
May 15, 2018, 08:36:06 PM
We had an issue with version number not being updated, and correct packages were uploaded on Monday. This is pure cosmetic issue though.

For agent issue, please show all System.Memory.Physical.* values.

Best regards,
Victor
#1702
Hi,

driver list seems incomplete. Did you install server from sources or from deb package?

Best regards,
Victor
#1703
Hi,

try to remove old NetXMS libraries from /usr/local/lib or run make install instead of make.

Best regards,
Victor
#1704
Announcements / Re: NetXMS 2.2.5 released
May 15, 2018, 05:53:04 PM
Hi,

try to remove libraries from previous installation or run make install instead of simple make.

Best regards,
Victor
#1705
Пока не реализавано. Планируем сделать.
#1706
похоже на баг, посмотрим
#1707
Надо смотреть правила - возможно ошибка в правили обработки события SYS_AGENT_OK (или оно вообще удалено). Если возможно, пришлите скриншот правил, отфильтрованых по SYS_AGENT.
#1708
А какой собственно драйвер? Generic?
#1709
Hi,

log file location is set in server configuration file, usually C:\NetXMS\etc\netxmsd.conf on Windows. Debug level 9 is very verbose, in most cases you won't need to set it higher than 6.

For UPS you should check if there are any MIBs around for your UPS (usually vendors made them available along with the drivers and other software). If you can find MIBs then you can add them to standard MIB collection on your server and use for configuring DCIs.

Best regards,
Victor
#1710
General Support / Re: help with aggregate DCI
May 14, 2018, 11:08:19 PM
Hi,

you can create another script DCI with script like this:


return GetAvgDCIValue($node, FindDCIByName($node, "\\MSExchange ADAccess Domain Controllers(DC)\\LDAP Search Time"), time() - 3600, time());


It will return average value for last hour. Note that \ are doubled in DCI name because it is an escape character in NXSL string.

Best regards,
Victor