https://github.com/toyama0919/fluent-plugin-ping_port
https://github.com/toyama0919/fluent-plugin-ping_port
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/fluent-plugin-ping_port
- Owner: toyama0919
- Created: 2015-05-13T07:30:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T11:51:27.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T20:27:56.528Z (about 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluent-plugin-ping_port [](http://travis-ci.org/toyama0919/fluent-plugin-ping_port)
health check with port plugin for fluentd
## Examples
```type ping_port
tag ping_port.exsample
host forwarder-host
port 24224
timeout 10
interval 1s
retry_count 2type stdout
```
#### 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
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)## Information
* [Homepage](https://github.com/toyama0919/fluent-plugin-ping_port)
* [Issues](https://github.com/toyama0919/fluent-plugin-ping_port/issues)
* [Documentation](http://rubydoc.info/gems/fluent-plugin-ping_port/frames)
* [Email](mailto:[email protected])## Copyright
Copyright (c) 2015 Hiroshi Toyama