Build precise queries to find exactly what you need
Press ESC to close
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.
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!