Hello,
Can anyone please explain me how should I configure my NetXMS server and agent so I could send alerts to SMS messages via agent.
My NetXMS configuration is flowing:
-- I have NetXMS server installed on linux machine (virtual server)
-- There is windows machine running NetXMS agent and mobile phone attached to it (to COM port)
How should I configure NetXMS server on linux and agent on windows in way that I could send alerts to SMS messages via that windows agent? What will be the values of SMSDrvConfig and SMSDriver on the server site and how should I configure agent site?
Regards,
Hrkama
			
			
			
				Hello!
You should configure nxagent.sms as your SMS driver on server, and as SMSDrvConfig, set IP address of NetXMS agent where phone is attached.
On agent, you should load sms.nsm subagent, and set port for phone communication via Device parameter in SMS section. For example, for phone connected on COM1:
# main section here
SubAgent = sms.nsm
*SMS
Device = COM1:
Best regards,
Victor
			
			
			
				Did you mean I should configure /usr/local/lib/libnxsms_nxagent.so driver as on server (I have linux server)?
With libnxsms_nxagent.so it works.
Thank you
Regards,
Hrkama
			
			
			
				Yes, it's libnxsms_nxagent.so on Linux and nxagent.sms on Windows.
Best regards,
Victor