Ping check
ping -c 1 google.com &> /dev/null && echo "OK - Ping to google.com successful" || echo "CRITICAL - Cant ping google.com"