JobJobMonitorInfoMonitorConfig

data class JobJobMonitorInfoMonitorConfig(val failEnable: Boolean? = null, val missWorkerEnable: Boolean? = null, val sendChannel: String? = null, val timeout: Int? = null, val timeoutEnable: Boolean? = null, val timeoutKillEnable: Boolean? = null)

Constructors

Link copied to clipboard
constructor(failEnable: Boolean? = null, missWorkerEnable: Boolean? = null, sendChannel: String? = null, timeout: Int? = null, timeoutEnable: Boolean? = null, timeoutKillEnable: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failEnable: Boolean? = null

Enable failure alarm

Link copied to clipboard

Whether no available Machine alarm is on

Link copied to clipboard
val sendChannel: String? = null

Alarm sending form

Link copied to clipboard
val timeout: Int? = null

Timeout threshold, unit s, default 7200.

Link copied to clipboard
val timeoutEnable: Boolean? = null

Time-out alarm switch. The values are as follows:

Link copied to clipboard

The trigger switch is terminated by timeout and is turned off by default.