ez_healthcheck

Description goes here.

Preparation

Sample

require 'rubygems'
require 'ez_healthcheck'

HOST= 'example.com'
ID  = 'XXXX'
KEY = 'YYYY'

ez = EzHealthcheck.new(HOST, ID, KEY)

ez.access(['/']) # access to root path

params.store(:subject, 'test')
params.store(:from, 'from@example.com')
params.store(:to, 'to@example.com')
params.store(:body_text, 'test')
params.store(:body_html, '<h1>test</h1>')
ez.send_email(params)

Contributing to ez_healthcheck

Copyright © 2011 t11a. See LICENSE.txt for further details.