Below is an example of making an HTTP request to ECW Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://status.172.105.158.30.nip.io/ping/your-uuid-here'))