Sha256: b14cad492ad2cc92fa925a0378655953bc103eb11d8cd7dab6de9968bc14d97f

Contents?: true

Size: 995 Bytes

Versions: 1

Compression:

Stored size: 995 Bytes

Contents

fluent-plugin-boundio
=====================

## Component
Fluent Input plugin to make a call with boundio by KDDI. This Multilingual speech synthesis system uses VoiceText.

## Installation

### native gem
`````
gem install fluent-plugin-boundio
`````

### td-agent gem
`````
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-boundio
`````

## Output Configuration

### Output Sample
`````
<source>
  type http
  port 8888
</source>

<match notify.call>
  type boundio
  user_serial_id  YOUR_BOUNDIO_USER_SERIAL_ID
  api_key         YOUR_BOUNDIO_API_KEY
  user_key        YOUR_BOUNDIO_USER_KEY
  default_number  09012345678
</match>
`````

### Debug
`````
$ curl http://localhost:8888/notify.call -F 'json={"number":"09012345678","message":"Help! System ABC has down."}'
$ tail -f /var/log/td-agent/td-agent.log
`````

## Backend Service
http://boundio.jp/

## TODO
patches welcome!

## Copyright
Copyright © 2012- Kentaro Yoshida (@yoshi_ken)

## License
Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-boundio-0.0.1 README.md