basecamp / easymon

Easy Monitoring
MIT License
205 stars 16 forks source link

Added Http check that can be used to hit the Elasticsearch backend #3

Closed anoldguy closed 10 years ago

anoldguy commented 10 years ago

Moved from basing on Elastic to RestClient.

mdkent commented 10 years ago

Looks like the ping is just a simple head request: https://github.com/37signals/elastic/blob/1abe63371560d4b2ab9e946e9f1a492dd6fb706e/lib/elastic/client.rb#L5-L22 if you want to skip the dependency.