Below is an example of making an HTTP request to Fenix Server Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('http://188.245.199.10:8000/ping/your-uuid-here'))