class

Jane::ProcessCheck

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : ProcessCheck
Source
new(name : Nil | String, bin : Nil | String, match : Nil | String, pidfile : Nil | String, tags : Array(String) = [] of String)
Source

Instance methods

bin=(bin : String | Nil)
Source
match
Source
match=(match : String | Nil)
Source
name
Source
name=(name : String | Nil)
Source
pidfile
Source
pidfile=(pidfile : String | Nil)
Source
tags
Source
tags=(tags : Array(String))
Source