#!/bin/bash # Alert that this host is up. [[ -x /opt/bin/pushover-client ]] && /opt/sbin/pushover-client -p -1 -m "Boot up: ${HOSTNAME%%.*}"