Explorar o código

增加监控脚本说明

林琦海 %!s(int64=5) %!d(string=hai) anos
pai
achega
04a669c120
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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
+
+