Ruby

Below is an example of making an HTTP request to Pablo's healthchecks from Ruby.

require 'net/http'
require 'uri'

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