Repository is archived
No commit activity in last 3 years
No release in over 3 years
Fluentd output plugin to send data to idobata
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
>= 0
>= 0

Runtime

~> 0.13
 Project Readme

fluent-plugin-idobata, a plugin for Fluentd

Output

Plugin to send message to 'idobata'

What's 'idobata'

'idobata' is VERY GREAT chat tool for team development on Web.

see: https://idobata.io

Configure

<store>
  type idobata
  webhook_url          https://idobata/web_hook/url
  message_template     field1 is <%= record['field1'] %> !
</store>
  • idobata_url
  • Your idobata webhook url
  • message_template
  • You can use erb notation
  • send message to idobata
  • (optional)post_interval
  • Interval of post to idobata

example

For messages such as: {"field1":300, "field2":20, "field3diff":-30}

send 'field1 is 300 !' message to your idobata room

Contributing

  1. Fork it
  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 new Pull Request

releases

  • 2013/10/09 0.0.0 1st release
  • 2014/01/21 0.0.1 Support post interval
  • 2014/08/16 0.0.2 Modify Typo
  • 2014/12/12 0.0.3 escape body & Fix Readme