Sha256: b7adb408175a74932f34de3ecaf5074379646c72881ecfcfb3e481e923e5fe0b

Contents?: true

Size: 873 Bytes

Versions: 1

Compression:

Stored size: 873 Bytes

Contents

# fluent-plugin-out_chatwork

fluentd output plugin for post to [ChatWork](http://www.chatwork.com/)

## Installation

Add this line to your application's Gemfile:

    gem 'fluent-plugin-out_chatwork'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fluent-plugin-out_chatwork

## Configure

```
<match **>
  type         chatwork
  api_token    YOUR_SECRET_TOKEN
  room_id      0000000000
  message      Hello ChatWork!
</match>
```

* api_token
  * secret api token
* room_id
  * send message to this room
* message
  * message content

## Contributing

1. Fork it ( https://github.com/sue445/fluent-plugin-out_chatwork/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-out_chatwork-0.0.1 README.md