Hello,
i've created bash script for sending sms...
the script is running if i execute it from command shell.
but zabbix won't execute it (or maybe execute but not functioning)
this is the script
filename : smsalert

no error is recorded

i've created bash script for sending sms...
the script is running if i execute it from command shell.
but zabbix won't execute it (or maybe execute but not functioning)
this is the script
filename : smsalert
Code:
#!/bin/bash /usr/bin/gsmsendsms -d /dev/ttyS0 -b 115200 $1 "Sub:$2 -------- ------- Msg:$3 (Zabbix SMS Alert)"

no error is recorded



Comment