Ad Widget

Collapse

Creating distributed Zabbix setup on Debian 12

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luphi
    Junior Member
    • Aug 2023
    • 1

    #1

    Creating distributed Zabbix setup on Debian 12

    Hi, I'm a new user of Zabbix.

    I'm attempting to build out a Zabbix instance in my lab using a distributed setup as follows:

    MAIN server: 8GB RAM, 16GB HDD, 4x CPU
    DB server: 16GB RAM, 128GB HDD, 8x CPU
    WEB server: 4GB RAM, 16GB HDD, 2x CPU

    I think I've managed to get all of the essentials pieced together and have something that appears to be working, but I've encountered an error as soon as I log in to the Zabbix web host.

    The alert states the following:

    Connection to Zabbix server "localhost" refused. Possible reasons:
    1. Incorrect server IP/DNS in the "zabbix.conf.php";
    2. Security environment (for example, SELinux) is blocking the connection;
    3. Zabbix server daemon not running;
    4. Firewall is blocking TCP connection.
    Connection refused​
    For $ZBX_SERVER_NAME, I have set the IP address of the MAIN server, and I have installed the Zabbix agent on all three systems, but only one appears in the list of hosts in the WEB interface.

    What steps do I need to clear the system information warning and to have all three hosts appear listed as gathered by their respective Zabbix agents?
Working...