Just rebooted the #Unix box? Get notified when it comes back online with audio alert using old good ping command :)
ping -a YOUR_IP_HOST_NAME
You may want to add the wait delay using the -i and count using the -c for avoiding panic mode
...
ping -i 30 -c 10 -a YOUR-IP-OR-HOST-HERE
The above will check server 10 times with 30 seconds wait between sending icmp packets. The -a well give audio when packet received.
No comments:
Post a Comment
Thank You for your Comments, We will read and response you soon...