Ad Widget

Collapse

Unable to configure Zabbix frontend for Oracle DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whitepaper.ink
    Junior Member
    • Nov 2016
    • 9

    #1

    Unable to configure Zabbix frontend for Oracle DB

    Hi Guys,

    I am trying to install zabbix-3.2.1 using sources with Oracle as backend. I have installed the Oracle 11g and executed the necessary sql files.

    Installed php 5.4.16 version and oci8 extension as well. Updated /etc/sysconfig/httpd file with ORACLE_HOME and restarted the htpd but when trying to configure the zabbix frontend, I am getting Error connecting to database.

    Configured the zabbix with zabbix user on server with --prefix option to use zabbix owned directory and not with root. I am able to start the server but issue is with frontend configuration.

    Able to connect database manually. Can someone please help.
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by whitepaper.ink
    Hi Guys,

    I am trying to install zabbix-3.2.1 using sources with Oracle as backend. I have installed the Oracle 11g and executed the necessary sql files.

    Installed php 5.4.16 version and oci8 extension as well. Updated /etc/sysconfig/httpd file with ORACLE_HOME and restarted the htpd but when trying to configure the zabbix frontend, I am getting Error connecting to database.

    Configured the zabbix with zabbix user on server with --prefix option to use zabbix owned directory and not with root. I am able to start the server but issue is with frontend configuration.

    Able to connect database manually. Can someone please help.
    did you filled this file with correct params ?
    /etc/zabbix/zabbix_server.conf
    DBHost
    DBName
    DBUser
    DBPassword

    and also /etc/zabbix/web/zabbix.conf.php for same values

    Comment

    Working...