Hello,
We have bought a modem GPRS usb to send sms alert with zabbix. I had try with gnokii to send this sms and a simple script bash, but that don't work. If I send a sms by cli, it works. This is my script :
***********
for phone in ********
do
echo $2 | /usr/bin/gnokii --sendsms $phone 2>&1 > /dev/null
done
******************************
Someone use zabbix and a gprs modem ? How ?
Regards
We have bought a modem GPRS usb to send sms alert with zabbix. I had try with gnokii to send this sms and a simple script bash, but that don't work. If I send a sms by cli, it works. This is my script :
***********
for phone in ********
do
echo $2 | /usr/bin/gnokii --sendsms $phone 2>&1 > /dev/null
done
******************************
Someone use zabbix and a gprs modem ? How ?
Regards
Comment