struct

Logarithm::HealthMonitor::HealthCheck

Inherits Struct < Value < Object

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 = "")
Source

Instance methods

check_proc
Source
component
Source
description
Source
interval_seconds
Source
name
Source
timeout_seconds
Source