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

#16
Make sure that either InstantClient or full Oracle client is installed and available in libpath.
#17
Install package "netxms-dbdrv-mariadb", then change DBDriver parameter in netxmsd.conf "mariadb" from "mysql"
#18
Hi

make sure that you are using correct repository, it should be
deb http://packages.netxms.org/ubuntu jammy main
I've checked and it's available:
root@e450415b83cf:~# apt-cache show netxms-server|grep Version
Version: 4.4.5-1
Version: 4.4.4-1
Version: 4.4.3-1
...
#19
General Support / Re: update netxms on fedora 38
November 23, 2023, 12:00:29 AM
HI

most likely you have the old (expired) key in the system already.

Check with rpm, then remove it and re-import:

rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
output will be something like:

[root@9c98412a8664 /]# rpm -q gpg-pubkey --qf '%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n'
gpg-pubkey-5323552a-6112bcdc    Fedora (37) <[email protected]> public key
gpg-pubkey-dbedecba-6336dadf    NetXMS Automatic Signing Key (RPM) <[email protected]> public key

remove it:

rpm -e gpg-pubkey-dbedecba-6336dadf
then try update / install again
#20
Убедитесь, что томкат использует Джаву 17 или новее
#21
General Support / Re: Source node override with templates
November 07, 2023, 11:18:06 PM
Short answer - you can't. There are various workarounds, but I'd just split template into two, then configure autobind based on some marker.
#22
General Support / Re: Add New Devices Driver
November 03, 2023, 07:20:04 PM
Usually, a custom driver is required when a device reports information in non-standard ways, or when we can't obtain certain information without the driver (e.g., physical port layout).

Which device are you experiencing issues with, and what kind of issue are you facing?

In our development process, we typically prioritize popular devices that could benefit the community, or devices requested by customers with a commercial support agreement. All other requests are placed in a backlog and are usually implemented at some point, although it might take a while.
#23
Добавьте в script library скрипт с кодом

$object->alias

И в качестве макроса используйте %[scriptname]
#24
General Support / Re: Issues with zoning
October 18, 2023, 12:00:35 AM
With this setup you can monitor routers (via management IP), but not the customers, you'll need zones for that.

I see only two options:
1) add any kind of the device which can run netxms agent inside customer's network (windows, linux, openwrt box, etc.) and setup DNAT (or use agent tunnelling). Then use this device as zone proxy.
2) add agent container to your miktotiks if they support it (I personally use it on RB5009), but yes, if I remember correctly - you need physical access to the device to enable containers.

However, if you are not interested in user devices - you can just reject them in the discovery filter, this way you'll have only routers / switched on the management network.
#25
Quote from: mOba on October 11, 2023, 12:48:38 PMЧерез час или два работы веб клиент зависает и при перезаходе вот такая загрузка висит постоянно, под любым логином:

Скорее всего где-то есть утечка памяти. Проверьте лог томката, возможно там есть какие-то исключения (скорее всего OutOfMemory)
#26
General Support / Re: libcurl vulnerability
October 12, 2023, 03:36:34 PM
Hi

On most systems we don't link libcurl statically, so once you updated system packages - it's all good.

Windows build is bundled with our own instance of libcurl, and updated package will be released shortly.
#27
General Support / Re: NetXMS 4.4.1 server failed
October 02, 2023, 02:57:50 PM
Quote from: uasy on October 02, 2023, 02:53:21 PMfrom unstable repo can't build

You need both main and unstable.
We don't push dependencies like our fork of libmodbus to unstable repo.
#28
General Support / Re: NetXMS 4.4.1 server failed
October 02, 2023, 11:57:20 AM
Quote from: uasy on October 02, 2023, 10:59:16 AMI have problem too. My enveropment:
Docker, Ubuntu 18.04, PG 12.5, NetXMS 4.4.2

Try installing 4.4.2.30 from unstable repo.

Add to sources:
 
deb http://packages.netxms.org/ubuntu bionic unstable
#29
General Support / Re: Web Console issues
September 26, 2023, 11:31:44 AM
Hello

Make sure that tomcat is running Java17 or newer.
#30
General Support / Re: 4.4.2 Crash
September 20, 2023, 02:29:27 PM
Do you have any non-Ethernet interfaces there with MAC address longer than 6 bytes?