Sha256: cada6f45679a36c48e8db0af1ce9fcf49959af692a86524c5d618cb7a7e33c49

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

# Fluent::Plugin::Webhook::Mackerel

fluentd input plugin for incoming webhook from Mackerel.

## Installation

    $ gem install fluent-plugin-webhook-mackerel

## Usage

```
<source>
  type webhook_mackerel
  tag mackerel

  # optional (values are default)
  bind 0.0.0.0
  port 3838
  mount /
</source>

<match mackerel.*>
  type stdout
</match>

<match mackerel.alert>
  type slack
</match>
```

## Contributing

1. Fork it ( https://github.com/mackerelio/fluent-plugin-webhook-mackerel/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-webhook-mackerel-0.0.1 README.md