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

#526
Announcements / Re: NetXMS 3.9 version 3.9.229
September 06, 2021, 01:58:28 PM
Hi,

just remove file /opt/netxms/lib/netxms/ndd/symbol_ws.ndd - it is from old server version and is no longer needed.

Best regards,
Victor
#527
Announcements / NetXMS 3.9 version 3.9.229
September 06, 2021, 12:41:03 PM
Hi all!

We just published new patch release for version 3.9 - 3.9.229. Changes since previous release:

- Dashboards can be saved as images in desktop UI
- Database manager checks for access point objects without valid parent node
- Server does not report duplicate MAC addresses if interfaces are from same node
- New agent actions: Process.Terminate, Service.Start, Service.Stop
- Web API session inactivity timeout can be configured
- Fixed server deadlock related to multi-zone configuration
- Fixed bugs in external command execution
- Fixed small issues in influxdb driver
- Fixed deleted form network map object list load from database on startup
- Fixed rack placement object property page save
- Fixed bug in SQLite driver (incorrect reading of fields with null value)
- Fixed issues:
        NX-1625 ("Icmp.MovingAvgPingTime(*)" need a way to specify sample size)
        NX-2092 (Keep last known topology information when node goes down)
        NX-2093 (Add new parameter to ping subagent that will calculate jitter as moving average on response time deltas)
        NX-2101 ("Compile script" button should not be present in script preview in EPP rule list)

Best regards,
Victor
#528
Исправили. Теперь при создании базы сохраняется регистр.
#529
Hi,

you can create external parameter that will execute this command and return security patch number, something like

ExternalParameterShellExec = ExchangePatchNumber:pwsh -Command "& { Get-Command Exsetup.exe | ForEach {$_.FileVersionInfo} }"

in nxagentd.conf (not sure about exact PowerShell syntax, but you should get an idea). Agent will provide new metric ExchangePatchNumber that should return output of given command as value.

Best regards,
Victor

#530
General Support / Re: Zones / Proxy Nodes / L3 Maps
August 27, 2021, 10:16:50 AM
So you need L3 map covering multiple zones?
Are you using proxy nodes for each zone, or server communicates directly with devices using unique addresses, and it is some other subnets deeper in client networks that are duplicate?

Best regards,
Victor
#531
Да, мы планируем так сделать. NX-2030 это для немного другой ситуации, например когда фильтр исклчает ноду с карты а потом пропускает снова.
Таск в трекере: https://track.radensolutions.com/issue/NX-2092


#532
General / Re: Cleanup missing items?
August 08, 2021, 10:48:28 AM
Fixed it, nxdbmgr will now check for access point objects without valid parent node. Fix will be included into next patch release.

Best regards,
Victor
#533
Feature Requests / Re: Server Console - Copy & Paste
August 08, 2021, 10:27:48 AM
Yes, server console is not available in web UI, because widget that we use for terminal emulation only exist as desktop version.

Best regards,
Victor
#534
Announcements / Re: NetXMS 3.9 released
August 08, 2021, 10:25:05 AM
Then this is the case. We will fix it in next patch release.

Best regards,
Victor
#535
Announcements / Re: NetXMS 3.9 released
August 06, 2021, 03:25:33 PM
Do you also have access point object under this node? It could be that there is logical flaw in duplicate MAC detection as AP object will of course have same MAC as interface object.

Best regards,
Victor
#536
Another option is to generate special event from NXSL script, and in event processing policy execute restart action for that event.

Best regards,
Victor
#537
Hi,

this should be fixed in installer version 3.9.178.

Best regards,
Victor
#538
Announcements / NetXMS 3.9 version 3.9.178 (3.9.176)
August 05, 2021, 11:48:42 AM
Hi all!

We just published patch release for version 3.9 that fixes some critical issues found after initial 3.9 release.Version number is 3.9.178 or 3.9.176 for deb packages (difference is only in Windows installer, hence why deb packages were not changed).

Changes since initial release:

- Added option to push DCI data using Web API
- Fixed bug in file transfer to agent on Windows
- Fixed agent crash if file template is used in logwatch subagent
- Fixed object tools in alarm browser
- Server configuration tree logged on startup
- Server installer on Windows has database initialization task unchecked when upgrading from pre 3.9 version
- Fixed issues:
        NX-2094 (Error ORA-01476 in Oracle subagent)
        NX-2097 (Server and agent cannot load configuration if it is a symbolic link)

Best regards,
Victor
#539
Announcements / Re: NetXMS 3.9 released
August 05, 2021, 11:46:09 AM
Could you please provide screenshot of "Interfaces" tab for few such devices?

Best regards,
Victor
#540
Announcements / Re: NetXMS 3.9 released
July 27, 2021, 06:38:29 PM
Hi,

it's packaging error. I just uploaded updated installers for agent and server, please try to download again.

Best regards,
Victor