設定介面:
http://192.168.123.1/Alive.asp
(Administration -> Keep Alive)
設定:
選 Enable, Interval 填 300, IP 為"永遠ping 到的 IP"
背後運作:
bin/sh /etc/config/wdswatchdog.sh
- 多久 Check 一次: nvram get wds_watchdog_interval_sec
- Check 什麼 IP: nvram get wds_watchdog_ips
- IP 格式: for ip in $WDS_WATCHDOG_IPS
- 測試方法: ping -c 1 $ip
- ip 及 ip 的關係: if ... ; then echo "ok"; else ... ; fi
- 測試失敗後果: /sbin/reboot &