Registry / web-framework / okcomputer

okcomputer

JSON →
library1.19.1rbrubygemsunverified

A flexible health check framework for Ruby applications, inspired by Fitter Happier.

gem install okcomputer
INSTALL
IMPORT
SIG · OKCOMPUTER
O
okcomputer
web-frameworkrubyv1.19.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OkComputer
require 'okcomputer'

Register and run a custom HTTP health check.

require 'okcomputer' OkComputer::Registry.register "example", OkComputer::HttpCheck.new("https://example.com") OkComputer::Registry.all.each { |name, check| puts "#{name}: #{check.check}" }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
okcomputer — gem install okcomputer · libregistry