Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T15:54:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T04:04:56.118Z (about 1 month ago)
- Topics: alerting, handler, hangouts-chat, notification, ruby, sensu-plugins
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- 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
[![Build Status](https://travis-ci.org/clevertoday/sensu-plugins-hangouts-chat.svg?branch=master)](https://travis-ci.org/clevertoday/sensu-plugins-hangouts-chat)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-hangouts-chat.svg)](http://badge.fury.io/rb/sensu-plugins-hangouts-chat)
[![Maintainability](https://api.codeclimate.com/v1/badges/d4ed4e715bf90cbe6422/maintainability)](https://codeclimate.com/github/clevertoday/sensu-plugins-hangouts-chat/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/d4ed4e715bf90cbe6422/test_coverage)](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 <