Browse Source

监控脚本

shensong 5 years ago
parent
commit
f1dd6ae769
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Console/Commands/ErrorLogMonitor.php

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

31
         $res2 = $this->chargeFile($path2);
31
         $res2 = $this->chargeFile($path2);
32
         if($res1 || $res2){
32
         if($res1 || $res2){
33
             $this->sendMsg('13161864516');
33
             $this->sendMsg('13161864516');
34
+            $this->sendMsg('18501257479');
35
+            $this->sendMsg('18410900527');
34
         }
36
         }
35
     }
37
     }
36
 
38