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

#691
Announcements / Re: NetXMS 3.8 released
February 11, 2021, 06:45:31 PM
Thank you!

We have unexpected issues with deb packages, working on it.

Best regards,
Victor
#692
Hi,

I just tried to download nxmc 3.7.144 and it starts without issues. Try to remove .nxmc from your home folder and start nxmc again. Also, make sure that you have Java 11 or newer.

Best regards,
Victor
#693
Announcements / NetXMS 3.8 released
February 10, 2021, 06:01:22 PM
Hi all!

NetXMS version 3.8 is released. It is minor release that provides some performance and usability improvements, as well as updated reporting server. Full change log since version 3.7:

- Improved reporting server
- Support for key based SSH authentication
- Web service proxy function in core agent now disabled by default
- Only HTTP and HTTPS are allowed in web service URLs
- Context configuration removed from global log parsers configuration views in UI
- New NXSL functions PollerTrace and SendNotification
- New method setNamedParameter in NXSL class Event
- Fixed bug in subnet mask correction
- Added Topology.RoutingTable internal DCI table
- Fixed bug on node creation
- Fixed issues:
        NX-1437 (Show tunnel connection time in tunnel manager)
        NX-1775 (Add deactivation event to list of thresholds in DCI properties)
        NX-1988 (Show full user name in user selector dialogs)
        NX-1991 (Incorrect handling of HTTP and communication errors when collecting data from web services)
        NX-1992 (Properly parse : in web monitoring parameter name)
        NX-1994 (Handle multiple agents connecting back to same node)
        NX-1999 (Make routing table available as internal table)
        NX-2000 (Snooze timer in EPP to avoid repeating actions)
        NX-2001 (Add ability to put trace messages from hook scripts to text output of status/conf/etc poll)
        NX-2004 (/objects/<container_id> REST API endpoint against container object returning error 46 - multiple JSON fields named flags)

Best regards,
Victor
#694
General Support / Re: Web Service DCI howto?
February 09, 2021, 01:59:04 PM
Quote from: Zebble on February 05, 2021, 11:12:17 PM
Finally, slightly related but is the asterisk.nsm subagent available anymore?  It appears that the libosip2/libXosip2 library dependency is really old and unsupported with newer version of openssl, so is difficult to build on more modern build environments.

Asterisk subagent is supported. We provide binary builds for all supported Debian and Ubuntu versions. Ubuntu 20 does not have libexosip2 package, but when you install Asterisk subagent from our repository it will bring our build of libexosip2. If you build from sources, you can download and build libosip2 and libexosip2 version 5.2.0 - they are fairly new and seems to be building without issues on modern distributions.

Best regards,
Victor
#695
General / Re: Admins Group membership
February 09, 2021, 01:53:51 PM
Looks like DB issue. Do you have any DB-related errors in log?

Best regards,
Victor
#696
General / Re: Issues with clearing alarms
February 09, 2021, 01:53:25 PM
This is done by alarm keys. When you create "problem" alarm, you create event processing policy rule that do "generate alarm" and here you can set the key. For terminating you create another rule that handles recovery event and do "terminate alarm" with the given key. You can look at rules for SYS_NODE_DOWN and SYS_NODE_UP events.

Best regards,
Victor

P.S. Questions like this have much more chances to be responded quickly if placed into correct section on forum. "Development" section is intended for developing of product itself or using it's APIs, so many users simply never look at posts there.
#697
Это баг в NXSL интерпретаторе, уже починили. В следующем релизе будет работать.
#699
General Support / Re: strange Critical interface Status
February 01, 2021, 08:05:03 PM
Can you get lsof output before and after action execution and check for possible new entries? And if there will be new entries, please post them.
#700
General Support / Re: strange Critical interface Status
February 01, 2021, 07:54:06 PM
Are you using TCP proxy functionality?
#701
General Support / Re: strange Critical interface Status
February 01, 2021, 07:31:47 PM
I was unable to reproduce this issue so far. What kind of actions and/or external parameters you are using? Can you share your agent configuration file?

Best regards,
Victor
#702
Announcements / Re: NetXMS 3.7 version 3.7.144
February 01, 2021, 06:28:20 PM
Starting with version 3.7 Java 11 is required for both desktop and web console.

Best regards,
Victor
#703
General Support / Re: Event Log Retention Time
January 28, 2021, 02:44:28 PM
Hi,

log viewer has also limit on number of records retrieved in one request. You can press "get more data" icon in log viewer to get next batch. Unfortunately this limit is hard coded and cannot be changed.

Best regards,
Victor
#704
Quote from: Denis on January 26, 2021, 04:00:17 PM
Добрый день sergey_t. Удалось починить отображение VLAN?
У меня схожая проблема, коммутатор 3Com 4210 26-Port, ставлю 78 vlan на 1 порт, в интерфейсах 78 vlan появляется на 8 порту.
Драйвер H3C.

А если поставить на второй порт, он не появится на 7? Возможно битовая маска зеркальная на каких-то моделях, или же драйвер ее некорректно обрабатывает.

Еще если у кого-то есть возможность дать мне удаленный доступ по SNMP к такому коммутаторы это бы сильно помогло в отладке.
#705
General Support / Re: strange Critical interface Status
January 28, 2021, 01:45:40 PM
It looks like pipes are not closed ater command execution (maybe if certain conditions are met). We will investigate it further.

Best regards,
Victor