https://github.com/clevertoday/sensu-plugins-hangouts-chat
Sensu Hangouts Chat Handler
https://github.com/clevertoday/sensu-plugins-hangouts-chat
alerting handler hangouts-chat notification ruby sensu-plugins
Last synced: 22 days ago
JSON representation
Sensu Hangouts Chat Handler
- Host: GitHub
- URL: https://github.com/clevertoday/sensu-plugins-hangouts-chat
- Owner: clevertoday
- License: mit
- Created: 2018-09-24T18:37:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T15:54:49.000Z (over 6 years ago)
- Last Synced: 2025-03-10T23:09:07.713Z (about 2 months ago)
- Topics: alerting, handler, hangouts-chat, notification, ruby, sensu-plugins
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sensu-plugins-hangouts-chat
[](https://travis-ci.org/clevertoday/sensu-plugins-hangouts-chat)
[](http://badge.fury.io/rb/sensu-plugins-hangouts-chat)
[](https://codeclimate.com/github/clevertoday/sensu-plugins-hangouts-chat/maintainability)
[](https://codeclimate.com/github/clevertoday/sensu-plugins-hangouts-chat/test_coverage)## Files
- `bin/handler-hangouts-chat.rb`
## Usage
After installation, you have to set up a pipe type handler, like so:
```json
{
"handlers": {
"hangouts_chat": {
"type": "pipe",
"command": "handler-hangouts-chat.rb"
}
}
}
```This gem also expects a JSON configuration file with the following contents:
```json
{
"hangouts_chat": {
"webhook_url": "YOUR_WEBHOOK_URL",
}
}
```## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Testing
```bash
cat <