NetXMS Support Forum

English Support => General Support => Topic started by: orddie on December 19, 2017, 09:45:07 PM

Title: Linux Agent issues
Post by: orddie on December 19, 2017, 09:45:07 PM
Hi All!

having issues with Linux Agent sadly. below is my config file and im not able to telnet to port 4700 either from the local box or from the management server :(

I started the agent via
nxagentd -D 9 and when I telnet I do not get any type of response from the system.

config file

EnableWatchdog = no
MasterServers = 172.16.40.254
LogFile=/var/log/nxagentd
Debug_Level = 9

SubAgent = lmsensors.nsm
#SubAgent = linux.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm

*LMSENSORS
UseFahrenheit = no
Title: Re: Linux Agent issues
Post by: orddie on December 19, 2017, 09:53:26 PM
host is ubuntu and below is the following output while checking the firewall status

sudo ufw status
[sudo] password for user:
Status: inactive
Title: Re: Linux Agent issues
Post by: Victor Kirhenshtein on December 21, 2017, 02:52:41 PM
Hi,

please check with netstat that agent really listening on port 4700. You can also provide agent's log on startup.

Best regards,
Victor
Title: Re: Linux Agent issues
Post by: orddie on December 21, 2017, 06:48:32 PM
I have no idea what the difference is today verse two days ago but I found the agent is now working.

Thanks!