We've created a feature request for this, you can follow the progress here: https://track.radensolutions.com/issue/NX-1699
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 Menuldconfigzypper install libtool libcurl-devel libopenssl-devel gcc-c++ libssh-devel mosquitto-develwget https://ftp.pcre.org/pub/pcre/pcre-8.43.zip
unzip pcre-8.43.zip
cd pcre-8.43/
./configure --enable-pcre32
make
make install
cd ..wget https://www.netxms.org/download/releases/3.0/netxms-3.0.2305.tar.gz
tar zxvf netxms-3.0.2305.tar.gz
cd netxms-3.0.2305/
./configure --with-agent
make
make install---------------------------------------------------------------------
Configure results
---------------------------------------------------------------------cp contrib/nxagentd.conf-dist /etc/nxagentd.confcp contrib/startup/systemd/nxagentd.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable nxagentd
systemctl start nxagentd
systemctl status nxagentd
firewall-cmd --permanent --zone=public --add-port=4700/tcp
firewall-cmd --reloadselect * from network_map_links where map_id = 123;