Module: Xtop

Defined in:
lib/xtop/xtop_view.rb,
lib/xtop/version.rb,
lib/xtop/url_checker.rb

Overview

UrlChecker: Check the status of a given URL by passing a Proc that calls the URL and performs some test on the result. A checker must return :ok for green and :error for red. Any other result or a timeout causes the status line ot be yellow.

Defined Under Namespace

Classes: UrlChecker, XtopView

Constant Summary collapse

VERSION =
"0.0.2"