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 - Alex Kirhenshtein

#31
Hi

You encountered issues with legacy console or the current one? Desktop or web?

Buttons just don't work or misbehave?
#32
Hi

simplest way it to filter them in the Event processing policy. Match these records with script filter and use action "stop processing" (or invert filter and add it to the notification rule instead)
#33
Hello everyone! A great company with a pretty intricate NetXMS deployment is looking for someone with experience in NetXMS. Is it you?! If you happen to be an advanced user and live in New Zealand, let us know.
#34
Announcements / Short questionnaire
May 02, 2023, 03:26:36 PM
Dear NetXMS community,

it is high time to get to know better how you use NetXMS and what changes should we (or should not!) go for.
Please, answer this questionnaire — we'd really appreciate your input.

Direct link: https://survey.alchemer.com/s3/7316052/NetXMS?uid=live
#35
General Support / Re: Bugs on juniper EX
February 08, 2023, 05:02:45 PM
Quote from: samuelet on February 07, 2023, 12:36:18 PMok, i can test it in next days. I prefer a deb package for debian 10.
Thanks

Hi

I've pushed 4.3.0.52 to test repo. You can add following source:
deb http://packages.netxms.org/test buster main
#36
Announcements / Re: RPM repository
February 02, 2023, 12:43:25 AM

Quote from: Dawid Kellerman on January 23, 2023, 09:32:49 AMHi Alex,
is the Fedora packages still in the pipeline or has it moved to a back burner?

Best Regards
Dawid

I've built and published fc36 and 37 packages to https://packages.netxms.org/fedora/, please try.

Repo file: https://packages.netxms.org/fedora/netxms.repo

I haven't tested it thoroughly, but I assume that it should work just fine.
#37
Announcements / Re: RPM repository
February 01, 2023, 12:44:23 PM
Hi!

Yes, it's still in the pipeline, next patch release will include them.

#38
General Support / Re: Asterisk Subagent
January 31, 2023, 07:42:14 PM
I've published libexosip2-11_4.1.0-2.2 to our repository for Ubuntu 22 (jammie).
This package is not available in official Ubuntu repos since version 18(?) so we built it and keep in our repo. Forgot to publish it during initial setup.

UPDATE: it was not indexed due to dpkg changes in Ubuntu (repository is on Debian). Will take a while to rebuild package. In a meantime you can install it manually using attached deb file.
#39
Hello.

Since 4.2 web UI require servlet API version 4 (but not version 5!), and jetty9 does not support that. Looks like we forgot to update it in windows installer.

Simplest solution is to install either Jetty10 or Tomcat9 as a standalone product and deploy war file there.
#40
Announcements / RPM repository
October 22, 2022, 11:03:32 PM
Hello!

Since latest release (4.2.395) we are releasing RPMs as well.
Right now we released packages for *EL (RHEL, Rocky, CentOS8, etc.), Fedora packages will follow.

Repository location: https://packages.netxms.org/epol/
Repository configuration file: https://packages.netxms.org/epel/netxms.repo

Simplest way to install: dnf config-manager --add-repo https://packages.netxms.org/epel/netxms.repo

All packages are build for both amd64 and aarm64.

There are no external dependencies except netxms-agent-mqtt, which requires EPEL repo to be enabled.
#42
General Support / Re: Java SubAgent and OPC UA
October 11, 2022, 02:57:57 PM
Fixed in ee84926388, will be included in upcoming 4.2 release
#43
General Support / Re: Java SubAgent and OPC UA
September 22, 2022, 11:37:58 PM
I just realised that we do not support Variant in the responce - we'll add support in future releases
#44
General Support / Re: Java SubAgent and OPC UA
September 22, 2022, 08:11:46 PM
You need to define section "OPCUA" and add one or more "Server" parameters. Format for server record is "name:[login[/password]@]url" (parts in square brackets are optional)
You can also change timeout from defaul 5 seconds (parameter "Timeout", in ms).

Example:

[OPCUA]
Timeout=5000 # timeout for network operations
Server=s1:opc.tcp://milo.digitalpetri.com:62541/milo # anonymous connection
Server=s2:[email protected]://milo.digitalpetri.com:62541/milo # login "user1", empty password
Server=s3:user1/[email protected]://milo.digitalpetri.com:62541/milo # login "user1", password "password"

Once configured, you can collect metric OPCUA.NodeValue(server name, node id), where "server name" is s1, s2, etc. (values from configuration).

Example:
❯ nxget 127.0.0.1 'OPCUA.NodeValue(s1,ns=0;i=2257)'
Variant{value=DateTime{utcTime=133058236247170000, javaDate=Wed Aug 24 17:07:04 EEST 2022}}
#45
What kind of error?