Hi there i am using script to send sms in my new zabbix 3
my AlertScriptsPath=/usr/lib/zabbix/alertscripts
and when there is sms alert i can see in log
In zbx_popen() command:'/usr/lib/zabbix/alertscripts/sms.php
and there is no arrguments passed to the script!
in zabbix 2.0 i can see that he is passing the phone numbers subject ..
In zbx_popen() command:'/etc/zabbix/alert.d//sms.php "XXXXXX" "Zabbix database is down." "Zabbix database is down."'
any idea what i am missing?
my AlertScriptsPath=/usr/lib/zabbix/alertscripts
and when there is sms alert i can see in log
In zbx_popen() command:'/usr/lib/zabbix/alertscripts/sms.php
and there is no arrguments passed to the script!
in zabbix 2.0 i can see that he is passing the phone numbers subject ..
In zbx_popen() command:'/etc/zabbix/alert.d//sms.php "XXXXXX" "Zabbix database is down." "Zabbix database is down."'
any idea what i am missing?
Comment