Ad Widget

Collapse

Zabbix installation problem (Debian)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • askmurphy
    Junior Member
    • May 2014
    • 2

    #1

    Zabbix installation problem (Debian)

    Hello !
    I have installed Zabbix on a Debian server (openmediavault system) in this way:

    # cd ~
    # apt-get install libapache2-mod-php5
    # wget http://repo.zabbix.com/zabbix/2.2/de...wheezy_all.deb
    # dpkg -i zabbix-release_2.2-1+wheezy_all.deb
    # apt-get update
    # apt-get install zabbix-server-mysql zabbix-frontend-php

    # nano /etc/apache2/conf.d/zabbix - added:

    php_value max_execution_time 300
    php_value memory_limit 128M
    php_value post_max_size 16M
    php_value upload_max_filesize 2M
    php_value max_input_time 300
    php_value date.timezone Europe/Amsterdam

    # apt-get install zabbix-agent

    After this all, I have a running Zabbix system, but it's version 1.8.2 ???

    A few questions:
    1) Why is the no uptodate deb-file for Zabbix ?
    2) How can I update this 1.8.2 version to the latest version ?
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    Well, I'm not a Debian expert - but ...

    1) Did you try to download and install package manually from ?


    2) Did you try to install it from source code ?

    http://www.zabbix.com/download.php

    I assume that you de-install any Zabbix software and remove all directories before installing any new version.

    In other case you will have some unpredicted errors because of mismatch the version of DB server, Zabbix server, Frontend, PHP, Apache, etc.
    Sincerely yours,
    Aleksey

    Comment

    Working...