Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-ponymailer
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-16T11:34:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:17:40.000Z (over 3 years ago)
- Last Synced: 2024-08-10T09:34:24.461Z (5 months ago)
- Topics: email-notification, sensu-handler, sensu-plugins
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 34.2 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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