Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

lrapplegate

Reviews(1)
bylrapplegate, April 11, 2013
1 of 1 people found this review helpful
I recently implemented this script along with the Multitech iSMS GSM modem. The firmware that shipped with this modem is the latest version (1.50.7). The modem check part of the script (check_smsfinder.pl function) worked great with no changes needed. The outgoing notification part (sendsms.pl function) didn't work at first but once I changed the API incoming port to 80 (from the default 81) on the modem config it worked fine. However, the returning ACK/OK part (smsack.cgi function) did not work at all. I discovered via Data::Dumper and lots of debug variable printing that the newer modem firmware has changed the XML structure in the receive API. Once I changed the XML::Simple calls the smsack.cgi script worked.

It's all working really well now. I can provide a write-up on the changes I made to get this working for me if anyone is interested.