NetXMS Support Forum

English Support => General Support => Topic started by: hrkama on February 03, 2010, 11:42:56 AM

Title: [RESOLVED] SMS sending via Agnet COM port
Post by: hrkama on February 03, 2010, 11:42:56 AM
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
Title: Re: SMS sending via Agnet COM port
Post by: Victor Kirhenshtein on February 04, 2010, 01:20:46 PM
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
Title: Re: SMS sending via Agnet COM port
Post by: hrkama on February 04, 2010, 04:40:26 PM
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
Title: Re: [RESOLVED] SMS sending via Agnet COM port
Post by: Victor Kirhenshtein on February 04, 2010, 07:29:37 PM
Yes, it's libnxsms_nxagent.so on Linux and nxagent.sms on Windows.

Best regards,
Victor