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 - Malutki_27

#1
Feature Requests / New Hypervisor type
February 06, 2024, 01:10:50 PM
Hi Guys,

It would be nice add one more hypervisor type to NetXMS :)




If you need more info please let me know.

BR
#2
General Support / Re: NetXMS 4.4.1 server failed
September 07, 2023, 12:54:43 AM
Hi Guys,

I'm facing the same issue on the 4.4.2 version.

The Netxms server is restarting all the time

From gdb I receive that

Thread 47 "$POLLERS/WRK" received signal SIGABRT, Aborted.
[Switching to Thread 0x7ffff1f55640 (LWP 10295)]
__pthread_kill_implementation (no_tid=0, signo=6, threadid=140737252775488) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.



BR
Marcin
#3
or you can use :

file location: /etc/systemd/system/netxms-server.service


[Unit]
Description=NetXMS Monitoring Server

[Service]
Type=forking
ExecStart=/usr/local/bin/netxmsd -d
Wants = mariadb.service

[Install]
WantedBy=multi-user.target


and:

file location: /etc/systemd/system/netxms-agent.service


[Unit]
Description=NetXMS Monitoring Agent

[Service]
Type=forking
ExecStart=/usr/local/bin/nxagentd -d

[Install]
WantedBy=multi-user.target


and after:

systemctl enable netxms-server
systemctl enable netxms-agent
systemctl start netxms-server
systemctl start netxms-agent