Ruby

Below is an example of making an HTTP request to etoile-healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://100.125.176.88:8000/ping/your-uuid-here'))