Ruby

Below is an example of making an HTTP request to romtk3s healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://hc.romtk3s.8qw.ru/ping/your-uuid-here'))