fluentd input plugin for incoming webhook from Mackerel.
$ gem install fluent-plugin-webhook-mackerel
<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>
- Fork it ( https://github.com/mackerelio/fluent-plugin-webhook-mackerel/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request