Ad Widget

Collapse

Oracle database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dotneft
    Senior Member
    • Nov 2008
    • 699

    #1

    Oracle database

    Zabbix trunk 6465 rev.
    Gentoo 2.6.25-gentoo-r7-is001
    Oracle 10gR2
    PHP working with database, but zabbix_server not(

    my config zabbix_server:
    Code:
    #PingerFrequency=60
    
    # Database host name
    # Default is localhost
    
    DBHost=localhost
    
    # Database name
    # SQLite3 note: path to database file must be provided. DBUser and DBPassword are ignored.
    DBName=ZBX
    
    # Database user
    
    DBUser=zabbix
    
    # Database password
    # Comment this line if no password used
    
    DBPassword=passw
    
    # Connect to MySQL using Unix socket?
    
    #DBSocket=/tmp/mysql.sock
    and error in log file:
    Code:
    20141:20081224:123541 Starting zabbix_server. ZABBIX 1.7.
     20141:20081224:123541 **** Enabled features ****
     20141:20081224:123541 SNMP monitoring:       YES
     20141:20081224:123541 WEB monitoring:        YES
     20141:20081224:123541 Jabber notifications:   NO
     20141:20081224:123541 ODBC:                   NO
     20141:20081224:123541 IPv6 support:           NO
     20141:20081224:123541 **************************
     20141:20081224:123541 [Z3001] Connection to database 'zabbix/passw@ZBX' failed: [0] sqlo_connect
    Somebody has ideas about it?
  • dotneft
    Senior Member
    • Nov 2008
    • 699

    #2
    usermod -F oinstall zabbix
    and zabbix started

    strace program has helped me)
    Last edited by dotneft; 01-01-2009, 23:04.

    Comment

    Working...