Ad Widget

Collapse

1.4.1 Known issues and fixes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #1

    1.4.1 Known issues and fixes

    Incorrect processing of character '%' in user parameters and remote commands.

    Apply patch 1.patch.

    Excessive debug information in 1.4.1 with PostgreSQL.

    The problem also affects graphs and maps.

    Fix is here: http://www.zabbix.com/forum/showthread.php?t=6673
    Attached Files
    Last edited by Alexei; 01-07-2007, 14:39.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter
  • Warder
    Junior Member
    • Jul 2007
    • 1

    #2
    1.4.1 and Oracle

    Unfortunately, version 1.4.1 of Zabbix don't work with Oracle database
    First of all - it can't login. To fix this, edit
    src/libs/zbxdb/db.c:147
    Code:
    char    *connect = NULL;
    Second problem is that there is error with fetching data. When there is data returned by select statement, it thinks that there is none.
    I tried to fix this by commenting line 551 src/libs/zbxdb/db.c
    Code:
    //	if(!result)	return NULL;
    because after sqlo_fetch there are needed exceptions (?).

    After this manipulations i've got something. Checks have started to run, but then zabbix_agentd hangs on different checks. Results of checks before hang had been written to database. It hangs on "XML before sending..." (src/zabbix_agent/active.c:348)


    Version 1.4.1 worked ok.


    uname -a
    Code:
    SunOS mon 5.10 Generic_125100-07 sun4v sparc SUNW,Sun-Fire-T200
    solaris container (zone)
    oracle 10.2.0.3.0 64 bit

    libsqlora-8 version 2.3.3

    Zabbix configure string:
    Code:
    ./configure --prefix=/home/zabbix --enable-server --enable-agent --with-oracle=/usr2/local --with-libcurl --with-net-snmp --with-ldap
    Code:
    LDFLAGS=-m64
    CFLAGS=-m64

    Comment

    Working...