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
34316
Files:
FileDescription
twilio_status.rbtwilio_status.rb
Nagios CSP

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!
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
}