浏览代码

监控脚本

shensong 5 年之前
父节点
当前提交
f1dd6ae769
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Console/Commands/ErrorLogMonitor.php

+ 2 - 0
app/Console/Commands/ErrorLogMonitor.php

@@ -31,6 +31,8 @@ class ErrorLogMonitor extends Command {
31 31
         $res2 = $this->chargeFile($path2);
32 32
         if($res1 || $res2){
33 33
             $this->sendMsg('13161864516');
34
+            $this->sendMsg('18501257479');
35
+            $this->sendMsg('18410900527');
34 36
         }
35 37
     }
36 38