struct ServiceRunner::Monitoring::Config
- ServiceRunner::Monitoring::Config
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
service_runner/monitoring/config.crConstructors
Class Method Summary
Instance Method Summary
-
#check_container_present : String | Bool
set to false to cancel a regular check for a container with the same name as the service, or a string representing the name of the service to check for
-
#check_container_present=(check_container_present : String | Bool)
set to false to cancel a regular check for a container with the same name as the service, or a string representing the name of the service to check for
-
#check_exe : Array(ExecutionResult)
list of commands to execute with specific arguments.
-
#check_exe=(check_exe : Array(ExecutionResult))
list of commands to execute with specific arguments.
-
#check_http : Array(HTTPResult)
a list of HTTP queries to check
-
#check_http=(check_http : Array(HTTPResult))
a list of HTTP queries to check
-
#check_internal_command : Array(InternalCommand)
a list of commands to run inside the container as a check
-
#check_internal_command=(check_internal_command : Array(InternalCommand))
a list of commands to run inside the container as a check
-
#check_shell_command : Array(ShellResult)
list of shell commands to check
-
#check_shell_command=(check_shell_command : Array(ShellResult))
list of shell commands to check
Constructor Detail
Class Method Detail
Instance Method Detail
set to false to cancel a regular check for a container with the same name as the service, or a string representing the name of the service to check for
set to false to cancel a regular check for a container with the same name as the service, or a string representing the name of the service to check for
list of commands to execute with specific arguments. Shell substitution is not available in this mode.
list of commands to execute with specific arguments. Shell substitution is not available in this mode.
a list of commands to run inside the container as a check
a list of commands to run inside the container as a check
list of shell commands to check