ping

poor man's SmokePing: date ; while true ; do ; sleep 1 ; ping 192.36.125.18 -c 1 >/dev/null; if [ $? -ne 0 ]; then ; date ; fi ; done

https://github.com/oetiker/SmokePing