Sha256: 9aabce7a732eeda15ae52d2cc8b8ddea143f934e13473ff097af2cede81fe3da
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
## Sensu-Plugins-slack [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-slack.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-slack) [![Gem Version](https://badge.fury.io/rb/sensu-plugins-slack.svg)](http://badge.fury.io/rb/sensu-plugins-slack) [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-slack/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-slack) [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-slack/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-slack) [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-slack.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-slack) ## Functionality ## Files * bin/handler-slack.rb * bin/handler-slack-multichannel.rb ## Usage ``` { "slack": { "webhook_url": "webhook url", "channel": "#notifications-room, optional defaults to slack defined", "message_prefix": "optional prefix - can be used for mentions", "surround": "optional - can be used for bold(*), italics(_), code(`) and preformatted(```)", "bot_name": "optional bot name, defaults to slack defined", "template": "/some/path/to/template.erb", "proxy_address": "The HTTP proxy address (example: proxy.example.com)", "proxy_port": "The HTTP proxy port (if there is a proxy)", "proxy_username": "The HTTP proxy username (if there is a proxy)", "proxy_password": "The HTTP proxy user password (if there is a proxy)", "icon_url": "http://sensuapp.org/img/sensu_logo_large-c92d73db.png", "icon_emoji": ":snowman:", "fields": [ "list", "of", "optional", "clientkeys", "to_render" ] } } ``` ## Installation [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html) ## Notes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-slack-0.1.2 | README.md |