Ruby

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

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthchecks.arnet.com.au/ping/your-uuid-here'))