Ad Widget

Collapse

Zabbix 1.1 installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lobsw
    Junior Member
    • Jun 2006
    • 6

    #1

    Zabbix 1.1 installation

    I install Zabbix 1.1 on a Suse Linux 10.0 server. The installation seems go OK without any error messages. I can start the Zabbix_server program without any error and I can see processes use ps -A.

    After I modify the /include/db.inc.php, I copy the frontends/php directory to /srv/www/htdocs/zabbix subdirectory where the document_root of the apache 2.0 server is pointing as defauld. I also take the time to chmod all the php files to +x status. However, when I use a Web browse (Firefox) to browse the /localhost/zabbix subdirectory to look at the web interface to zabbix, I got a blank page. When I try to point to /localhost/zabbix/index.php, I got the same blank page.

    I am new to Zabbix and would like to set it up to monitor about 400 hosts devices. Could anybody tell me what did I do wrong ?

    Thanks

    lobsw
  • dantheman
    Senior Member
    • May 2006
    • 209

    #2
    Just opening the local file will not work, since they are PHP files they need to be processed by a web server, eg Apache, it will need to be running and you need to view the frontend through that, rather than opening the files directly.

    Comment

    • just2blue4u
      Senior Member
      • Apr 2006
      • 347

      #3
      Originally posted by dantheman
      Just opening the local file will not work, since they are PHP files they need to be processed by a web server, eg Apache, it will need to be running and you need to view the frontend through that, rather than opening the files directly.
      Erm... He has installed apache 2.0 ...
      where the document_root of the apache 2.0 server is pointing as defauld

      Back to topic:
      Did you restart the Webs Server (apache)?
      Do the log files say anything?
      Have you tried to put a simple html-test-page into /localhost/zabbix/ ?
      Big ZABBIX is watching you!
      (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

      Comment

      • lobsw
        Junior Member
        • Jun 2006
        • 6

        #4
        Installation of Zabbix 1.1

        1) Yes, I have reboot Apache after the installation. I also check all the processes is running OK using ps -A.

        2) I had check the zabbix_server.log. All process seems to run OK. There is a list server #9 to #10 started and no error message reported.

        3) I have put a dummy index.html page on the subdirectory and it load when I connect on http://localhost/zabbix. However, when I remove the dummy page. It give me a blank page again. I am not sure about PHP settings. But I have 3 more applications i.e. phpMyAdmin, Webmin and ipplan running on the same server under the same AMPP setting. I just want to add zabbix on the mix and it give me a blank page.

        Wonder if anyone could help.

        Thanks

        lobsw

        Comment

        • just2blue4u
          Senior Member
          • Apr 2006
          • 347

          #5
          what do the apache logs (error/access) say?
          Big ZABBIX is watching you!
          (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

          Comment

          • lobsw
            Junior Member
            • Jun 2006
            • 6

            #6
            Installation of Zabbix 1.1

            I have check the Apache log. They complaint about errors in the PHP scripts. I am running PHP 5 with apache2.2 on my Suse 10.0 server. They complaint they couldn't find the /srv/www/htdocs/zabbix/include/config.inc.php.

            DO you think I should recopy the whole directory again?

            Thanks

            Comment

            Working...