Commit 05913f59 by 蒋勇

d

parent 9b8be01a
...@@ -24,7 +24,7 @@ class MonitorTask extends TaskBase { ...@@ -24,7 +24,7 @@ class MonitorTask extends TaskBase {
let mtype = tnameparams[1].trim() let mtype = tnameparams[1].trim()
let pvalue = Number(tnameparams[2].trim()) let pvalue = Number(tnameparams[2].trim())
if (mtype == "i") {//每几分钟执行一次 if (mtype == "i") {//每几分钟执行一次
console.log(taskName, postMinute, "xxxxxxxxxxxxxxxxxxxxxxx") console.log(taskName, postMinute, "流逝的时间")
//如果流失的时间大于循环调度时间,则报异常到丁丁 //如果流失的时间大于循环调度时间,则报异常到丁丁
if (postMinute > pvalue) { if (postMinute > pvalue) {
this.sendDing(tname + "可能失联啦...请检查") this.sendDing(tname + "可能失联啦...请检查")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment