When the latency is high, send the notification.
總而言之很簡單,通常是會加到Crontab中每幾分鐘偵測一次
寫這個,主要只是為了Not.A.Free.Host
- 把這main.sh丟到/root資料夾中
- 新增CornJob,輸入
crontab -e
後直接按下enter,在最底部新增
*/3 * * * * bash /root/main.sh
之後等待2-3分鐘cornjob生效就好了唷!
When the latency is high, send the notification.
總而言之很簡單,通常是會加到Crontab中每幾分鐘偵測一次
寫這個,主要只是為了Not.A.Free.Host
crontab -e
後直接按下enter,在最底部新增*/3 * * * * bash /root/main.sh
之後等待2-3分鐘cornjob生效就好了唷!