Below is an example of making an HTTP request to homecloud Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://healthchecks.wild-vibes.ts.net/ping/your-uuid-here'))