https://github.com/sensu-plugins/sensu-plugins-flowdock
Sensu plugins for Flowdock
https://github.com/sensu-plugins/sensu-plugins-flowdock
flowdock sensu-handler sensu-plugins
Last synced: 5 months ago
JSON representation
Sensu plugins for Flowdock
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-flowdock
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-16T11:46:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T15:04:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T15:15:10.864Z (6 months ago)
- Topics: flowdock, sensu-handler, sensu-plugins
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 38.1 KB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-flowdock
[](https://travis-ci.org/sensu-plugins/sensu-plugins-flowdock)
[](http://badge.fury.io/rb/sensu-plugins-flowdock)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-flowdock)## Functionality
## Files
* bin/handler-flowdock.rb## Usage
```
{
"flowdock": {
"auth_token": "FLOWDOCK_API_TOKEN",
"tags" : "sensu alerting",
"push_type": "inbox|chat",
"mail_from": "[email protected]",
"name_from": "Sensu",
"subscriptions": {
"default": {
"tags": "default"
}
}
}
}Params are optionals, only auth_token is required.
* auth_token : Flowdock token API
* tag : Fowdock tags separate by " "
* push_type : Push into inbox or chat (default chat)
* mail_from : email from for inbox
* name_from : Name of flowdock/email user
* subscriptions : Allow to add more tags according to subscriber```
## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes