Select Supported Platforms

Select Supported Architectures

Select Tier

Github Name


README
Asset Definition
Release Notes
Release Assets

Sensu-Plugins-twiliob 2

Build Status
Gem Version
Code Climate
Test Coverage
Dependency Status

Functionality

Files

  • bin/check-num-recordings.rb
  • bin/handler-twiliosms.rb

Usage

{
  "twiliosms":{
    "token":"a9d8ag98daf98ga9fd8g",
    "number":"+111111111",
    "sid":"AC0ds98gd098gf09d8fg",
    "recipients":{
      "+11111111111": {
        "sensu_roles":[ "web-server" ],
        "sensu_checks":[],
        "sensu_level": 1
      },
      "+11111222222": {
        "sensu_roles":[],
        "sensu_checks":[ "mysql-alive" ],
        "sensu_level": 2
      }
    }
  }
}

token, sid, and number from twilio account configuration.

sensu_checks -> matching checks

sensu_roles -> matching subscribers or special values:

  • all matches all events
  • keepalive matches keepalive events

sensu_level -> minimum matching check return status value

  • 0 -> activate for all check statuses: ok+warning+critical+unknown
  • 1 -> activate for warning+critical+unknown
  • 2 -> activate for critical+unknown
  • 3 -> activate for unknown

Installation

Installation and Setup

Notes

Are you sure you want to report this asset?

Please describe the reason for reporting this asset. Our moderators will be notified and will disable the asset if it is found to be inappropriate.

×

You must be signed in to report this asset.

Sign In with Github

Download

×

There are no asset definitions for this version, only source code:

Download Source Cancel