Sensu-Plugins-ponymailer

Build Status Gem Version Code Climate Test Coverage Dependency Status Codeship Status for sensu-plugins/sensu-plugins-ponymailer

Functionality

Files

  • handler-ponymailer.rb

Usage

handler-ponymailer

{
  "ponymailer": {
    "authenticate":true,
    "username":"[email protected]",
    "tls":true,
    "port":"587",
    "fromname":"Operations",
    "hostname":"mail.example.com",
    "password":"example",
    "from":"[email protected]",
    "recipients":[
      "[email protected]"
    ]
  }
}

Installation

Installation and Setup

Notes