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

#61
Quote from: kronicklez on February 18, 2025, 03:57:32 AMHi,

May i know where is path location this  "netxmsd.service" this file?

I'm using ubuntu 22 server.

Thanks and appreciate your feedback


you can add override by running "systemctl edit netxms-server". It's not recommended to modify unit file directly - it might be overwritten by the upgrade.
#62
It's a leftover from really old times. We probably need to remove this option.

Web load configuration in the following order (e.g. "server" parameter, same for others):
1) from JNDI, java:comp/env/nxmc/server
2) "server" from the property file /nxmc.properties (from resources)
3) JVM property "nxmc.server" (e.g. you can run "java -Dnxmc.server=1.2.3.4")
4) environment variable NXMC_SERVER
5) then, if not found, and only for the server - try to look up the hostname "NETXMS_SERVER"
#63
А какая версия убунту? Возможно мы под нее просто не выкладываем уже пакеты.
#64
General Support / Re: LDAP SearchFilter syntax
January 21, 2025, 03:33:51 PM
Second one is correct. See screenshot.

I'd check that search base is wide enough.
#65
General Support / Re: LDAP SearchFilter syntax
January 21, 2025, 02:17:45 PM
(&(|(objectClass=user)(objectClass=group))(department=Department1))

you can even use wildcards there:

(&(|(objectClass=user)(objectClass=group))(department=Department*))
#66
General Support / Re: LDAP SearchFilter syntax
January 21, 2025, 11:11:06 AM
I usually filter by the base group, but you need to use ActiveDirectory(?) extensions to do it recursively, something like this:

(&(|(objectClass=user)(objectClass=group))(memberOf:1.2.840.113556.1.4.1941:=CN=...))
#67
Announcements / Re: NetXMS 5.1 patch release 2
January 09, 2025, 05:47:42 PM
Quote from: yordi on January 09, 2025, 05:46:47 PMHello,

Thanks Alex, i will (try) update to the latest Debian.
This server was wayback installed as a project for a internship, Linux is not my main server environment.

i Suppose this will not be a problem for Netxms to upgrade when i have Debian 12 installed ?

Thanks for your help !

greetings,
Yordi
Yes, there are packages for both Debian 11 and 12 in the repo.
#68
General Support / Re: Debian/Ubuntu Packages
January 09, 2025, 05:14:10 PM
All of the features are enabled on most systems. Some of them are packaged into separate packages (e.g. reporting) or mqtt.
There are some exceptions, you can check them in the version-specific configs: https://github.com/netxms/packages-deb/tree/stable-5.1/config
#69
Announcements / Re: NetXMS 5.1 patch release 2
January 09, 2025, 04:45:56 PM
Quote from: yordi on January 09, 2025, 03:45:14 PMHello,

As a very longtime Netxms user (for our education) i am stuck at 5.0.8 (linux debian install)
if i do apt-get update it will not find the 5.1.2 version, there are no updates..

is this still the correct deb repository : https://packages.netxms.org/debian buster InRelease ?
it was added with the "wget https://packages.netxms.org/netxms-release-latest.deb" command.

I hope that PJlink (control and monitory all our projectors at school) is maybe a new feature : ;) ;)

thanks,
Yordi


Hello

Debian 10 LTS is ended on 30th June, 2024 (https://www.debian.org/releases/buster/).
We provide public builds only for systems which are currently in support (Debian 11 - 12, Ubuntu 20-24, etc.).

If you need binaries for Debian 10, please contact us at [email protected].
#70
General Support / Re: Run jar console on mac
December 17, 2024, 01:15:08 PM
In terminal:

java -XstartOnFirstThread -jar nxmc-5.1.1-standalone.jar
I'm working on proper .app launcher, plan to release in next couple of days.
#71
General Support / Re: truenas scale
December 07, 2024, 11:14:10 AM
If it's intel-based, then you can use standard repositories. 
If it's arm - we currently do not provide deb packages for arm, but this will change in the near future 
#72
General Support / Re: Access Denied
December 06, 2024, 12:41:20 PM
Normally you setup self-monitoring (free space, required processes) and notifications and that's it. Even when backend is down (there is even an internal event for that), NetXMS keep collecting metrics and process thresholds - so notifications will be sent anyway. Once backend is recovered - queued data is written back to the database. But yes, login will fail.
#73
General Support / Re: Access Denied
December 06, 2024, 12:26:32 PM
Quote from: Shaun_Swale on December 06, 2024, 12:15:15 PMUbuntu 24.04.1

Currently unable to login with any account as [email protected] has now decided to die.  Think I might just try a different monitoring solution.
To be honest, I'm not sure that other monitoring solution will work fine when backend database is dead.
#74
General / Re: mariadb.h missing?
November 25, 2024, 01:43:56 PM
I'm pretty much sure it's part of the mariadb connector:

#include "mysql.h"
#include "errmsg.h"
#75
Quote from: hmjvaline on November 15, 2024, 03:38:56 PMso I think the settings of snmp.codepage may not be properly accessed when the service is restarted, 


You are right, there is a bug. Will be fixed in next patch release.