Ad Widget

Collapse

patch in email.c, sms.c, alerter.c, misc/debian

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • olexat
    Member
    • Feb 2007
    • 30

    #1

    patch in email.c, sms.c, alerter.c, misc/debian

    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
    Attached Files
Working...