Skip to content

fujiwara/fluent-plugin-imkayac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent::Plugin::Imkayac, a plugin for Fluentd

Fluentd output plugin to im.kayac.com.

im.kayac.com is a web service that provides some notification APIs.

Installation

$ gem install fluent-plugin-imkayac

Configuration

Specify your username of im.kayac.com.

<match app.error>
  type       imkayac
  username   USERNAME
</match>

Using password authentication.

<match app.error>
  type       imkayac
  username   USERNAME
  password   PASSWORD
</match>

Using secret authentication.

<match app.error>
  type       imkayac
  username   USERNAME
  secret_key SECRET
</match>

handler: custom url scheme for iPhone application.

<match app.error>
  type        imkayac
  username    USERNAME
  handler     mailto:[email protected]
</match>

See also

im.kayac.com API documentation

Copyright

  • Copyright (c) 2012- FUJIWARA Shunichiro
  • License: Apache License, Version 2.0

About

Fluentd plugin to post im.kayac.com

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages