Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sensu-plugins/sensu-plugins-ponymailer

Sensu plugins for Pony Mailer
https://github.com/sensu-plugins/sensu-plugins-ponymailer

email-notification sensu-handler sensu-plugins

Last synced: about 1 month ago
JSON representation

Sensu plugins for Pony Mailer

Awesome Lists containing this project

README

        

## Sensu-Plugins-ponymailer

[ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-ponymailer)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-ponymailer.svg)](http://badge.fury.io/rb/sensu-plugins-ponymailer)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ponymailer)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-ponymailer.svg)](https://gemnasium.com/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](http://sensu-plugins.io/docs/installation_instructions.html)

## Notes