Ruby

Below is an example of making an HTTP request to hc.delkootto.pl from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://healthchecks.delko.sa:8087/ping/your-uuid-here'))