Sha256: 662caee7a549b23fa182cc327c03cc929ef11821721d8d1ac8d09398e40135e2

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

= Fluent event to hipchat plugin.

{<img src="https://travis-ci.org/hotchpotch/fluent-plugin-hipchat.png?branch=master" alt="Build Status" />}[https://travis-ci.org/hotchpotch/fluent-plugin-hipchat]

= 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
      
      # proxy settings
      # http_proxy_host localhost
      # http_proxy_port 8080
      # http_proxy_user username
      # http_proxy_pass password
    </match>

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

    # set topic
    fluent_logger.post('hipchat', {
      :from     => 'alice',
      :topic    => 'new topic',
      :room     => 'my_room',
    })


= Copyright

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-hipchat-0.1.5 README.rdoc
fluent-plugin-hipchat-0.1.4 README.rdoc