소스 검색

增加监控脚本说明

林琦海 5 년 전
부모
커밋
04a669c120
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      sql.sql

+ 7 - 1
sql.sql

@@ -2495,4 +2495,10 @@ ADD INDEX `idx_ptStyle` (`ptStyle`) ;
 
 
 -----shish 20210514
 -----shish 20210514
 ALTER TABLE xhPurchase MODIFY `status` TINYINT(2) NOT NULL DEFAULT '1' COMMENT '订单状态 1待付款,待确认,2待配送,3配送中,4已完成 5已取消';
 ALTER TABLE xhPurchase MODIFY `status` TINYINT(2) NOT NULL DEFAULT '1' COMMENT '订单状态 1待付款,待确认,2待配送,3配送中,4已完成 5已取消';
-ALTER TABLE xhPurchase ADD INDEX expire(`status`,`deadline`);
+ALTER TABLE xhPurchase ADD INDEX expire(`status`,`deadline`);
+
+
+-----linqh 2021.5.14  监控ws定时任务
+*/1 * * * * sh /root/new_monitor_shell/ws_monitor.sh >> /dev/null 2>&1
+
+