Sha256: f727739161c6ccc278ecd1d9765095cbcd63774942e966bd1762aba3feab2a67

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

= Fluent event to hipchat plugin.

= Installation

  $ fluent-gem install fluent-plugin-hipchat

= Usage

    <match hipchat>
      type hipchat
      api_token XXX
      default_room my_room
      default_from fluentd
      default_color yellow
      default_notify 0
      default_format html
    </match>


    fluent_logger.post('hipchat', {
      :from     => 'alice',
      :message  => 'Hello<br>World!',
      :color    => 'red',
      :room     => 'my_room',
      :notify     => 1,
      :format     => 'text',
    })

= Copyright

Copyright:: Copyright (c) 2012- Yuichi Tateno
License::   Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-hipchat-0.1.1 README.rdoc