abstract struct ServiceRunner::Monitoring::Config::Result

Included Modules

Direct Known Subclasses

Defined in:

service_runner/monitoring/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def frequency : Int32 #

how frequently to run the given check.


[View source]
def frequency=(frequency : Int32) #

how frequently to run the given check.


[View source]