Home Directory Plugins Cloud Twilio Status

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

Twilio Status

Current Version
0.1
Last Release Date
2013-09-13
Hits
33978
Files:
FileDescription
twilio_status.rbtwilio_status.rb
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This basic ruby script will check the status of the various services on http://status.twilio.com. I have not tested it with other stashboard installations but would be interested in finding out if it is compatible.

It was developed using ruby 1.9.1 and has not been tested with other versions.

To use it you will need to install the "json" gem and then run it as shown below:

define command{
command_name twilio_status
command_line /usr/bin/ruby /path/to/twilio_status.rb
}