Ruby

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

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://dev-healthchecks.satudata.itb.ac.id/ping/your-uuid-here'))