health check with port plugin for fluentd
<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>
2015-05-13 16:24:05 +0900 ping_port.exsample: {"message":"forwarder-host:24224 Connect Error."}
fluent-gem install fluent-plugin-ping_port
- 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
Copyright (c) 2015 Hiroshi Toyama
