hmn/server/adminmailer.sh

10 lines
175 B
Bash
Executable File

#!/bin/bash
if [ $SERVICE_RESULT == "success" ]; then
exit
fi
/home/hmn/hmn/adminmailer/adminmailer "[$1] Status changed" <<ERRMAIL
$(systemctl status --full "$1")
ERRMAIL