Module: Steto

Defined in:
lib/steto.rb,
lib/steto/config.rb,
lib/steto/engine.rb,
lib/steto/status.rb,
lib/steto/version.rb,
lib/steto/base_check.rb,
lib/steto/proc_check.rb,
lib/steto/nagios_check.rb,
lib/steto/beep_reporter.rb,
lib/steto/proc_reporter.rb,
lib/steto/logger_reporter.rb

Defined Under Namespace

Classes: BaseCheck, BeepReporter, Config, Engine, LoggerReporter, NagiosCheck, ProcCheck, ProcReporter, Status

Constant Summary collapse

VERSION =
"0.0.7"

Class Method Summary collapse

Class Method Details

.config(&block) ⇒ Object



9
10
11
# File 'lib/steto.rb', line 9

def self.config(&block)
  default_engine.config(&block)
end

.default_engineObject



5
6
7
# File 'lib/steto.rb', line 5

def self.default_engine
  @default_engine ||= Engine.new
end