echo "$HOSTNAME $(ifconfig | grep -A 3 "$(ip route get 1.1.1.1 | head -n 1 | cut -d\  -f5)" | grep 'inet \|ether' | sed -e 's/^[\ ]*//g' | cut -d\  -f2 | paste -s | sed 's/[^a-z0-9\.\:]\+/ /g') $(date --iso-8601=ns)"
