[RESOLVED] SMS sending via Agnet COM port

Started by hrkama, February 03, 2010, 11:42:56 AM

Previous topic - Next topic

hrkama

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

Victor Kirhenshtein

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

hrkama

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

Victor Kirhenshtein

Yes, it's libnxsms_nxagent.so on Linux and nxagent.sms on Windows.

Best regards,
Victor