Top Level Namespace
Defined Under Namespace
Classes: Alert, Alert_Email, MonitorManager, MonitorType, MonitorTypeExceptionHandled, MonitorType_Beanstalk, MonitorType_Dir, MonitorType_FluidDb, MonitorType_Threshold
Instance Method Summary
collapse
Instance Method Details
#beanstalk(params) ⇒ Object
37
38
39
|
# File 'lib/MonitorType/Beanstalk.rb', line 37
def beanstalk( params )
$a.add( MonitorType_Beanstalk.new( params ) )
end
|
#dir(params) ⇒ Object
45
46
47
|
# File 'lib/MonitorType/Dir.rb', line 45
def dir( params )
$a.add( MonitorType_Dir.new( params ) )
end
|
#fluiddb(params) ⇒ Object
62
63
64
|
# File 'lib/MonitorType/FluidDb.rb', line 62
def fluiddb( params )
$a.add( MonitorType_FluidDb.new( params ) )
end
|