Sha256: 2e88ddcc6d5d26957725ff0e3ee9bf4f089757c06eb2a6047ca0a61134d74f05
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 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) [![Codeship Status for sensu-plugins/sensu-plugins-slack](https://codeship.com/projects/26ebc260-e88a-0132-5df3-62885e5c211b/status?branch=master)](https://codeship.com/projects/82829) ## 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", "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.0 | README.md |