Below is an example of making an HTTP request to Koszta VPS from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://checks.koszta.hu/ping/your-uuid-here'))