Ad Widget

Collapse

problemas con zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wilisao
    Junior Member
    • Nov 2010
    • 1

    #1

    problemas con zabbix

    1039:20101116:155532.339 Starting Zabbix Server. Zabbix 1.8.2 (revision 11211).
    1039:20101116:155532.339 **** Enabled features ****
    1039:20101116:155532.339 SNMP monitoring: YES
    1039:20101116:155532.339 IPMI monitoring: NO
    1039:20101116:155532.339 WEB monitoring: YES
    1039:20101116:155532.339 Jabber notifications: YES
    1039:20101116:155532.339 ODBC: NO
    1039:20101116:155532.339 SSH2 support: NO
    1039:20101116:155532.339 IPv6 support: NO
    1039:20101116:155532.339 **************************
    1039:20101116:155532.339 [Z3001] Connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)


    este es mi problema si alguna persona que me pueda ayudar le quedar eternamente agradecido

    soy de Ecuador
  • fjrial
    Senior Member
    • Feb 2010
    • 140

    #2
    mysql running??

    Hola:

    Está mysql ejecutándose en el servidor?
    Tiene zabbix configurada correctamente la conexión a la base de datos?

    Revisa que el archivo /etc/zabbix/zabbix_server.conf tiene la config OK

    Code:
    ### Option: DBHost
    #       Database host name.
    #       If set to localhost, socket is used for MySQL.
    #
    # Mandatory: no
    # Default:
    DBHost=localhost
    
    ### Option: DBName
    #       Database name.
    #       For SQLite3 path to database file must be provided. DBUser and DBPassword are ignored.
    #
    # Mandatory: yes
    # Default:
    # DBName=
    
    DBName=zabbix_database
    
    ### Option: DBUser
    #       Database user. Ignored for SQLite.
    #
    # Mandatory: no
    # Default:
    # DBUser=
    
    DBUser=user_database
    
    ### Option: DBPassword
    #       Database password. Ignored for SQLite.
    #       Comment this line if no password is used.
    #
    # Mandatory: no
    # Default:
    DBPassword=password_database

    Comment

    Working...