Ad Widget

Collapse

problems with php - zabbix web interface.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • primiparo
    Junior Member
    • Jan 2009
    • 28

    #1

    problems with php - zabbix web interface.

    Hi everyone !!
    Anyone could give me a hand...?

    I have this problems, at try to install web interface:

    PHP version: 5.1.6 Ok
    PHP Memory limit: 16M Ok
    PHP post max size: 8M Ok
    PHP max execution time: 30 sec Fail
    PHP Databases support: No Fail
    PHP BC math support no Fail
    GD Version: No Fail
    Image formats: No Fail
    PHP Timezone: n/a Fail

    Fail

    Please correct all issuse and press "Retry" button

    Wich packages must be download (gd version..image formats..phpdatabases support...)
  • nelsonab
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2006
    • 1233

    #2
    These are the most common packages

    php-gd
    php-bcmath
    php-mysql
    RHCE, author of zbxapi
    Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
    Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

    Comment

    • primiparo
      Junior Member
      • Jan 2009
      • 28

      #3
      Advances of zabbix web instalation

      Hi everyone,
      Thanks for the input, i did and pass the prerequisites of the web interface. But at the end of setup, it generate this error:

      Configuration file: Fail

      Please install configuration file manualy.

      By pressing "Save configuration file" button download configuration file and place them into the
      "/var/www/html/zabbix/conf/zabbix.conf.php"


      In the manual says that store under conf/ (..???...).. but no anymore...

      The file generated (zabbix.conf.php) is this:

      global $DB;

      $DB["TYPE"] = "MYSQL";
      $DB["SERVER"] = "localhost";
      $DB["PORT"] = "3306";
      $DB["DATABASE"] = "zabbix";
      $DB["USER"] = "zabbix";
      $DB["PASSWORD"] = "XXXXXXXX";
      $ZBX_SERVER = "localhost";
      $ZBX_SERVER_PORT = "10051";


      $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;

      Any idea of what is happening ...?

      I remember that the port 10051 was previously configured for Trapper zabbix (etc/services) ...that don“t create conflict against what we see in the file ..?

      Comment

      • Aly
        ZABBIX developer
        • May 2007
        • 1126

        #4
        Apache doesn't have rights to write into "conf" dir, this is ok
        Zabbix | ex GUI developer

        Comment

        Working...