No commit activity in last 3 years
No release in over 3 years
This plugin allows to interact with Nexmo (Vonage) API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 0.13
~> 13.0
~> 3.5
~> 3.9
~> 0.85.0
~> 0.9.25

Runtime

~> 5.9.0
 Project Readme

Sensu-Plugins-nexmo

Gem Version Sensu Bonsai Asset

This is an unofficial fork

This fork is automatically tested, built and published to RubyGems and Bonsai.

Files

  • bin/check-nexmo-balance.rb
  • bin/handler-nexmo.rb

Usage

check-nexmo-balance

./check-nexmo-balance.rb -k API_KEY -s API_SECRET
./check-nexmo-balance.rb -k API_KEY -s API_SECRET -w 30 -c 15

handler-nexmo

{
  "nexmo":{
    "api_key": "ABCDEF",
    "api_secret": "s3cr3t",
    "from": "Sensu",
    "recipients": [
      "00000000000"
    ]
  }
}

Installation

Installation and Setup