struct ServiceRunner::Monitoring::Config::ShellResult
- ServiceRunner::Monitoring::Config::ShellResult
- ServiceRunner::Monitoring::Config::Result
- Struct
- Value
- Object
Defined in:
service_runner/monitoring/config.crConstructors
Instance Method Summary
- #environment : Process::Env
- #environment=(environment : Process::Env)
- #expected : ExpectedCommandResult
- #expected=(expected : ExpectedCommandResult)
- #shell_command : String
- #shell_command=(shell_command : String)
- #stdin_file : String | Nil
- #stdin_file=(stdin_file : String | Nil)
- #stdin_string : String | Nil
- #stdin_string=(stdin_string : String | Nil)
- #workdir : String | Nil
- #workdir=(workdir : String | Nil)
Instance methods inherited from struct ServiceRunner::Monitoring::Config::Result
frequency : Int32
frequency,
frequency=(frequency : Int32)
frequency=
Constructor methods inherited from struct ServiceRunner::Monitoring::Config::Result
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new