Hello everybody,
I found out that actions (email, sms, partly alerter) don't print their errors correctly. The real cause of problems sending a message are hard to track down. This is mostly caused by repetitive usage of errno variable. In sms.c, write_gsm and read_gsm were not checked enough. In addition most of the errors were logged only as _DEBUG.
In misc/init.d/debian/ zabbix-server was added.
Most of the issues are not solved even in 1.3.2 beta.
Try to apply my patch like this
cd zabbix-1.1.6
patch -p1 < ../patch-zabbix-1.1.6.patch
and recompile.
Thanks
Tom
I found out that actions (email, sms, partly alerter) don't print their errors correctly. The real cause of problems sending a message are hard to track down. This is mostly caused by repetitive usage of errno variable. In sms.c, write_gsm and read_gsm were not checked enough. In addition most of the errors were logged only as _DEBUG.
In misc/init.d/debian/ zabbix-server was added.
Most of the issues are not solved even in 1.3.2 beta.
Try to apply my patch like this
cd zabbix-1.1.6
patch -p1 < ../patch-zabbix-1.1.6.patch
and recompile.
Thanks
Tom