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
Driver is unrelated to templates, it's a loadable server extension which provide vendor (or device) specific information which is either not available via common SNMP OIDs, or not available via SNMP at all (like physical ports layout on the switch).
GENERIC is a default driver for all devices which works in standard way. In ideal world it would be the only driver in the system.

You can check sources here: https://github.com/netxms/netxms/tree/master/src/server/drivers.
#2
Пока никак, это требует небольшого изменения в коде драйвера.
#3
Please show output of "lsb_release -a" from that system
#4
Quote from: lukexjin on April 03, 2024, 11:27:50 AMNetxms client show me a tip:only 4096 most recent alarms shown
how to config this alarsm threshold?
or how to clear  the alarms I  don't care about
bro


right click -> terminate
#5
Наложите вот такой патч:

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