commit
cf1753b6c4
|
@ -73,7 +73,7 @@ task_data = from(bucket: "_tasks")
|
||||||
check = {
|
check = {
|
||||||
_check_id: "0000000000000001", // 16 characters, alphanumeric
|
_check_id: "0000000000000001", // 16 characters, alphanumeric
|
||||||
_check_name: "Failed Tasks Check", // string
|
_check_name: "Failed Tasks Check", // string
|
||||||
_type: "custom", // can also use "threashold" or "deadman"
|
_type: "custom", // can also use "threshold" or "deadman"
|
||||||
tags: {},
|
tags: {},
|
||||||
}
|
}
|
||||||
ok = (r) =>
|
ok = (r) =>
|
||||||
|
|
Loading…
Reference in New Issue