helper-scripts/sms/freesms.zabbix_alert_script

10 lines
94 B
Bash

#!/bin/bash
USER=$1
PASS=$2
body=$3
cat <<EOF | freesms -u ${USER} -p ${PASS} -
${body}
EOF