Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
smsfinder.pl
100396
File | Description |
---|---|
check_smsfinder.cfg | sample nagios config |
smsfinder.pl | perl plugin (revision 1357) |
smsnotify.cfg | sample notification commands |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
It checks the SMSFinder via HTTP and reports the GSM signal level. Also includes a script to send SMS notifications via the Multitech SMSFinder.
A nagios SMS notification script for the Multitech SMSFinder.
It sends SMS via the Multitech SMSFinder.
A nagios SMS acknowledgement script for the Multitech SMSFinder.
It receives SMS via the Multitech SMSFinder and a web server and sets the acknowledgement in nagios.
Reviews (5)
bymokeefe, December 11, 2014
This plugin has no owner. If anyone wants to take over this project email sales@nagios.com.
byjmaloney, January 31, 2014
Got the notifications working with lrapplegate's change to port 81. However I still haven't gotten the acknowledgement part to work. I would love to see an update. Also the webpage linked here doesn't work for me.
byphundisk, June 26, 2013
lrapplegate, can you post your new XML data that you were talking about? It would be very useful and much appreciated. Thank you in advanced!
This takes some time to configure, but it all works pretty well!
This takes some time to configure, but it all works pretty well!
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.
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.
bynritter, March 9, 2012
This is a great script, except that it seems to be broken when used with an iSMS unit that is running the 1.47 release of firmware.
The Linux Journal article from March 2010 is a great reference, but does not solve the current breakage relative to iSMS firmware release 1.47.
I may write my own and submit it, unless someone has fixes.
The Linux Journal article from March 2010 is a great reference, but does not solve the current breakage relative to iSMS firmware release 1.47.
I may write my own and submit it, unless someone has fixes.