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

#1
Наложите вот такой патч:

diff -ur netxms-4.5.4.orig/src/ncdrivers/smtp/smtp.cpp netxms-4.5.4/src/ncdrivers/smtp/smtp.cpp
--- netxms-4.5.4.orig/src/ncdrivers/smtp/smtp.cpp      2024-03-07 10:27:02.000000000 +0000
+++ netxms-4.5.4/src/ncdrivers/smtp/smtp.cpp    2024-03-11 10:50:15.852157003 +0000
@@ -124,10 +124,6 @@
    {
      driver->m_authMetod = CURLAUTH_NTLM;
    }
-  else if (!_tcscmp(authMethod, _T("negotiate")))
-  {
-      driver->m_authMetod = CURLAUTH_NEGOTIATE;
-  }

    if (driver->m_port == 0)
    {
#2
General Support / Re: LDAP sync error
February 26, 2024, 11:47:04 AM
What kind of error you got?

Also check with ldapsearch:

ldapsearch \
    -x \
    -H "ldaps://devfg.rbc.com:3268/" \
    -D "..." \
    -w "..." \
    -b "..." \
    "(objectClass=user)"
#3
Check access rights for the user / group and make sure that "Edit server configuration variables" is enabled.
Since you are using "admin" user, it inherits access right from group "Admins" (in default configuration).
This permission is enabled by default, but maybe someone removed it for some reason.
#4
Попробуйте сейчас
#5
Announcements / Re: NetXMS 4.5 patch release 1
January 31, 2024, 05:23:19 PM
No, it's just a website issue -- it was rolled back to previous build by accident. It will be updated shortly.

UPDATE: it's back
#6
Make sure that either InstantClient or full Oracle client is installed and available in libpath.
#7
Install package "netxms-dbdrv-mariadb", then change DBDriver parameter in netxmsd.conf "mariadb" from "mysql"
#8
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
...
#9
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
#10
Убедитесь, что томкат использует Джаву 17 или новее
#11
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.
#12
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.
#13
Добавьте в script library скрипт с кодом

$object->alias

И в качестве макроса используйте %[scriptname]
#14
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.
#15
Quote from: mOba on October 11, 2023, 12:48:38 PMЧерез час или два работы веб клиент зависает и при перезаходе вот такая загрузка висит постоянно, под любым логином:

Скорее всего где-то есть утечка памяти. Проверьте лог томката, возможно там есть какие-то исключения (скорее всего OutOfMemory)