Ad Widget

Collapse

Zabbix server is running NO

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alfonso de stefani
    Junior Member
    • Apr 2023
    • 2

    #1

    Zabbix server is running NO

    Termine la instalacion en centos con httpd pero me aparexe que zabbix no esta corriendo

    /etc/zabbix/web/zabbix.conf.php

    <?php
    // Zabbix GUI configuration file.

    $DB['TYPE'] = 'MYSQL';
    $DB['SERVER'] = 'localhost';
    $DB['PORT'] = '0';
    $DB['DATABASE'] = 'zabbix';
    $DB['USER'] = 'root';
    //;$DB['PASSWORD'] = 'password';

    // Schema name. Used for PostgreSQL.
    $DB['SCHEMA'] = '';

    // Used for TLS connection.
    $DB['ENCRYPTION'] = false;
    $DB['KEY_FILE'] = '';
    $DB['CERT_FILE'] = '';
    $DB['CA_FILE'] = '';
    $DB['VERIFY_HOST'] = false;
    $DB['CIPHER_LIST'] = '';

    // Use IEEE754 compatible value range for 64-bit Numeric (float) history values.
    // This option is enabled by default for new Zabbix installations.
    // For upgraded installations, please read database upgrade notes before enabling this option.
    $DB['DOUBLE_IEEE754'] = true;

    $ZBX_SERVER = 'localhost';
    $ZBX_SERVER_PORT = '10051';
    $ZBX_SERVER_NAME = '';

    $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;

    // Uncomment this block only if you are using Elasticsearch.
    // Elasticsearch url (can be string if same url is used for all types).
    //$HISTORY['url'] = [
    // 'uint' => 'http://localhost:9200',
    // 'text' => 'http://localhost:9200'

    Click image for larger version

Name:	Screenshot_6.png
Views:	220
Size:	25.2 KB
ID:	462729
Working...