Ad Widget

Collapse

Install Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gidi
    Junior Member
    • Apr 2016
    • 8

    #1

    Install Problem

    Hi
    For the first time i try to install Zabbix and configure it but i have some isues in the process.
    Before that i read some guides and see some youtube guides how to install it but still i have problem- The windows of congigure Zabbix-server-mysql not open during the process at all, and when i finishe the all process and try open the web and go to: ip address/zabbix i cant login the database and test it.
    The whole process was:
    1. install Zabbix 3.01 on Ubunto Server ver 14.04 LTS.
    2. sudo apt-get install -y libmysqlclient-dev libxml2-dev libsnmp-dev snmp make libcurl4-openssl-dev gcc php5-gd mysql-server php5-fpm php5-mysql
    3. sudo wget http://repo.zabbix.com/zabbix/3.0/ub...trusty_all.deb
    4. sudo dpkg -i zabbix-release_3.0-1+trusty_all.deb
    5. sudo apt-get update
    6. sudo apt-get install zabbix-server-mysql zabbix-frontend-php
    I know that in this step the the windows of configure database for Zabbix need to open and it not come and finish the process without opening the windows.

    Sorry about the length of my question.
  • Gidi
    Junior Member
    • Apr 2016
    • 8

    #2
    Someone can help?

    Comment

    • Tec_Technician
      Member
      • Dec 2015
      • 39

      #3
      Hi!

      I'm also a newcomer in zabbix but i'll try to help you.

      Did you check you have installed mysql properly?
      (check the service/daemon)

      good luck ;-)!!

      Comment

      • klaauser
        Junior Member
        • Apr 2016
        • 18

        #4
        You haven't completed all of the setup steps. You've got to go through the database creation steps (https://www.zabbix.com/documentation...all/db_scripts) and then import the correct schema to create the tables/queries you like.

        Comment

        Working...