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

#1666
Сейчас нельзя сменить адрес - только создать заново или поменять прямо в базе (при остановленном сервере).
#1667
Общие вопросы / Re: CP UTM-1 SNMP
May 16, 2018, 11:36:56 AM
Я имел ввиду дамп SNMP пакетов (используя tcpdump или Wireshark).
#1668
Общие вопросы / Re: CP UTM-1 SNMP
May 15, 2018, 08:37:06 PM
Какая версия SNMP? Есть возможность прислать дамп пакетов (snmpwalk и nxsnmpwalk)?
#1669
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
#1670
Hi,

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

Best regards,
Victor
#1671
Hi,

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

Best regards,
Victor
#1672
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
#1673
Пока не реализавано. Планируем сделать.
#1674
похоже на баг, посмотрим
#1675
Надо смотреть правила - возможно ошибка в правили обработки события SYS_AGENT_OK (или оно вообще удалено). Если возможно, пришлите скриншот правил, отфильтрованых по SYS_AGENT.
#1676
А какой собственно драйвер? Generic?
#1677
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
#1678
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
#1679
General Support / Re: reset recent open tab
May 14, 2018, 11:03:10 PM
Hi,

try to delete all cookies related to web UI server.

Best regards,
Victor
#1680
Hi,

I'm afraid no easy solution here. You can run separate agent process use PING subagent - but you can not specify source IP in agent configuration, so you'll have to limit this agent process somehow to see only one interface. Other (probably easier) solution is to create script that will ping targets from correct interface and use it as external parameter or external parameters provider in NetXMS agent.

Best regards,
Victor