Hi all,
after upgraded Zabbix from 1.4.5 to 1.6 my pocket gsm modem doesn't work anymore.
With 1.4.5 it works very well, but now it returns
I know that my gsm modem is not tested with zabbix, but how it possibile that upgrading it doesn't work?
The source code of send_sms seems to be the same....
Help me, thanks!
P.S. With minicom it works.
after upgraded Zabbix from 1.4.5 to 1.6 my pocket gsm modem doesn't work anymore.
With 1.4.5 it works very well, but now it returns
Expected [OK] received [AT+CMEE=2ERROR]
and in the log
In send_sms()
Write to GSM modem [^[]
10465:20081104:162620 Write to GSM modem [AT+CMEE=2^M]
10465:20081104:162620 Read from GSM modem [^[AT+CMEE=2^MERROR^M]
10465:20081104:162620 Write to GSM modem [^M^[^Z]
10465:20081104:162620 Read from GSM modem []
10465:20081104:162620 End of send_sms() [FAIL]
and in the log
In send_sms()
Write to GSM modem [^[]
10465:20081104:162620 Write to GSM modem [AT+CMEE=2^M]
10465:20081104:162620 Read from GSM modem [^[AT+CMEE=2^MERROR^M]
10465:20081104:162620 Write to GSM modem [^M^[^Z]
10465:20081104:162620 Read from GSM modem []
10465:20081104:162620 End of send_sms() [FAIL]
The source code of send_sms seems to be the same....
Help me, thanks!
P.S. With minicom it works.
Comment