Ruby

Below is an example of making an HTTP request to Backup Monitor (restic / Healthchecks) from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://monitor.informatyk.pc.pl/ping/your-uuid-here'))