News:

We really need your input in this questionnaire

Main Menu
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

#1516
Попробуем у себя повторить.
#1517
Это параметр DataDirectory, по умолчанию <prefix>/var/lib/netxms
#1518
Можно при нахождении записи генерировать событие как обычно. По этому событию обновлять custom attribute на ноде в текущее время. Сделать скриптовый DCI на ноде со скриптом вида

return time() - GetCustomAttribute($node, "LogTimeAttribute");

он будет возвращать количество секунд с момента последнего обнаружения записи. Ну и поставить на него threshold как обычно.
#1519
General Support / Re: Link Color not Updated on the MAP
October 26, 2018, 01:13:22 PM
Please show also "General" page of link properties. Also, if it is based on interface status, did you check what was actual interface status at that moment?

Best regards,
Victor
#1520
Hi,

looks like packets actually got duplicated and sent via both links. You can check that using packet capture tool (Wireshark for example). If this is the vcase then it is network misconfiguration.

Best regards,
Victor
#1521
General Support / Re: NetXMS 2.2.7- Network Maps
October 26, 2018, 12:57:27 PM
Hi,

it needs detailed investigation by analyzing actual LLDP and other topology data from switches and checking how server process it. I don'yt have much time for that right now, please remind me later next week.

Best regards,
Victor
#1522
Announcements / NetXMS 2.2.10 released
October 26, 2018, 12:26:57 PM
Hi all!

NetXMS version 2.2.10 is released. Changes since previous release:

- Improved server startup time
- Added server startup event SYS_SERVER_STARTED
- New method readInternalParameter in NXSL classes Node, Cluster, MobileDevice
- Improved cached agent data reconciliation
- Fixed DCI instance discovery issues
- Fixed issues:
        NX-1477 (Offline data collection does not cleanup old data if there are no connection with the server)
        NX-1514 (Predefined graph tree displayed incorrectly)

Best regards,
Victor
#1523
General Support / Re: SubAgent - icmp ping
October 24, 2018, 11:16:37 PM
Hi,

what exact parameter you are using (ICMP.AvgPingTime, ICMP.LastPingTime, etc.)? And what is agent version?
Please also provide content of agent table ICMP.Targets (you can get it from command line with command nxget -T agent_ip_address ICMP.Targets).

Best regards,
Victor
#1524
General Support / Re: installing on Centos 7
October 24, 2018, 11:12:53 PM
Hi,

most likely that means that agent process does not have write access to it's data directory. Agent uses SQLite database to keep some persistent information. Most important use of this database it to keep data collection configuration and collected data if agent cache mode is on and agent collects information with server being disconnected. Default location for database file is $prefix/var/lib/netxms

Best regards,
Victor
#1525
Hi,

yes, I've found possible cause for that issue. Should be fixed in next release.

Best regards,
Victor
#1526
General Support / Re: False Positives?
October 14, 2018, 01:50:37 PM
Hi,

from your description it's hard to tell if that was misconfiguration or a wrong data received from agent. If you get this issue next time check raw data of parameter and event log for the node for generated events.

Best regards,
Victor
#1527
Предположительно это исправлено в 2.2.9 - но нельзя сказать наверняка не зная в чем причина здесь.
#1528
General Support / Re: netxmsd not listening to 4701
October 10, 2018, 03:15:22 PM
High number of active alarms can also be an issue as server will cache them on startup. But usually you should not have many active alarms, if you do it's likely some flaw in your event processing logic.

Best regards,
Victor
#1529
Announcements / Re: NetXMS 2.2.9 released
October 10, 2018, 03:13:57 PM
Hi,

MD5 sum is correct, .md5 file is wrong. We updated soirce archive shortly after upload and forgot to sign it again. I also recommend to wait a day or two for 2.2.10 - we are going to release it this week. It will fix few issues discovered in 2.2.9.

Best regards,
Victor
#1530
General Support / Re: netxmsd not listening to 4701
October 08, 2018, 06:23:53 PM
Looks like server hangs on importing templates. Please try to set server configuration parameter ImportConfigurationOnStartup to false. YOu can do this from command line with database manager:


nxdbmgr set ImportConfigurationOnStartup 0


Best regards,
Victor