health check with port plugin for fluentd
Examples
<source>
type ping_port
tag ping_port.exsample
host forwarder-host
port 24224
timeout 10
interval 1s
retry_count 2
</source>
<match ping_port.exsample>
type stdout
</match>
output
2015-05-13 16:24:05 +0900 ping_port.exsample: {"message":"forwarder-host:24224 Connect Error."}
parameter
Installation
fluent-gem install fluent-plugin-ping_port
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Information
Copyright
Copyright (c) 2015 Hiroshi Toyama