Logarithm::HealthMonitor::HealthCheck
Defines a health check to be performed on a system component
Constructors
new(id : String, name : String, component : Logarithm::HealthMonitor::ComponentType, check_proc : -> Logarithm::HealthMonitor::HealthStatus, timeout_seconds : Int32 = 30, interval_seconds : Int32 = 60, description : String = "")
SourceInstance methods
check_proc
Sourcecomponent
Sourcedescription
Sourceid
Sourceinterval_seconds
Sourcename
Sourcetimeout_seconds
Source