Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-in_http_healthcheck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-in_http_healthcheck

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fluent::Plugin::In::HTTP::HealthCheck

概要

  • httpリクエストに対して、ステータスコード200を返すだけのプラグインです
  • データとしては何も受け取らないし、送らないです
  • TD-agent v0.10以降で動作します

plugin詳細

  • HTTPリクエストに対してステータスコード200を返答します
  • ロードバランサーにヘルスチェックさせたいときに使うといいんじゃないかなと思います
  • デフォルトでインストールされている、in_httpプラグインをサブクラス化してるだけです
  • つまりin_httpで使えるオプションはそのまま使えます

Install

td-agent 0.10.0 以上

$ gem install fluent-plugin-in_http_healthcheck

Usage

<match **>
  type http_healthcheck
  port 8888
  bind 0.0.0.0
</match>

動作確認してみる

# curl http://localhost:8888
:) < Hello!

ToDo

  • 特になし

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 a new Pull Request

FAQs

Package last updated on 13 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc