##Custom notify echo '#!/bin/sh' > /opt/MonitNotify.sh echo 'curl "https:///message?token=" -F "title=[$MONIT_HOST] $1" -F "message=$MONIT_SERVICE $MONIT_DESCRIPTION" -F "priority=5"' >> /opt/MonitNotify.sh