Sha256: c525045c0a06b029ea5a429c66a0d890e88ad549fa47ca163c3775042bd8eb7f
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 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 * handler-slack.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](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md) ## Notes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-slack-0.0.3 | README.md |