class

Jane::DefaultsConfig

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : DefaultsConfig
Source
new(cycle : Int32 = 10, alert_repeat : String = "yes", alert_groups : String = "all", alert_users : String = "all", alert_grace_seconds : Int32 = 60, include_checks : Array(String) = [] of String)
Source

Instance methods

alert_grace_seconds
Source
alert_grace_seconds=(alert_grace_seconds : Int32)
Source
alert_groups
Source
alert_groups=(alert_groups : String)
Source
alert_repeat
Source
alert_repeat=(alert_repeat : String)
Source
alert_users
Source
alert_users=(alert_users : String)
Source
cycle
Source
cycle=(cycle : Int32)
Source
include_checks
Source
include_checks=(include_checks : Array(String))
Source