ping from server
HTML Code:
root@Zabbix:/home/rsa# ping 10.17.111.249 PING 10.17.111.249 (10.17.111.249) 56(84) bytes of data. 64 bytes from 10.17.111.249: icmp_seq=1 ttl=62 time=3.73 ms 64 bytes from 10.17.111.249: icmp_seq=2 ttl=62 time=3.20 ms
- ping -c 3 10.17.111.249; case $? in [01]) true;; *) false;; esac
Comment