Ruby

Below is an example of making an HTTP request to SioNex-Checks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://hc.moni5.sionex.de/push/your-uuid-here'))