Ruby

Below is an example of making an HTTP request to Sayano Healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthchecks.sayano.de/ping/, http://192.168.195.204:8001/ping/your-uuid-here'))