Hi everyone
I have a problem with initial configuration of Zabbix 6.4.
i follow the procedure of installation of Zabbix
https://www.zabbix.com/la/download?zabbix=6.4&os_distribution=alma_linux&os_ version=8&components=server_frontend_agent&db=mysq l&ws=nginx
This es my Distro
cat /etc/almalinux-release
AlmaLinux release 8.9 (Midnight Oncilla)
This is the version that i been install:
Zabbix Package
ZABBIX VERSION: 6.4
OS DISTRIBUTION: Alma Linux
OS VERSION: 8
ZABBIX COMPONENT: Server, Frontend, Agent
DATABASE: MySQL
WEB SERVER: NGIX
Everything its´ok here.
This is the Error: "Unable to select configuration."
cat /var/log/zabbix/zabbix_server.log
1665:20240111:192223.281 Starting Zabbix Server. Zabbix 6.4.10 (revision 4da16fb82f5).
1665:20240111:192223.281 ****** Enabled features ******
1665:20240111:192223.281 SNMP monitoring: YES
1665:20240111:192223.281 IPMI monitoring: YES
1665:20240111:192223.281 Web monitoring: YES
1665:20240111:192223.281 VMware monitoring: YES
1665:20240111:192223.281 SMTP authentication: YES
1665:20240111:192223.281 ODBC: YES
1665:20240111:192223.281 SSH support: YES
1665:20240111:192223.281 IPv6 support: YES
1665:20240111:192223.281 TLS support: YES
1665:20240111:192223.281 ******************************
1665:20240111:192223.281 using configuration file: /etc/zabbix/zabbix_server.conf
1665:20240111:192223.286 cannot use database "zabbix": its "users" table is empty (is this the Zabbix proxy database?)
mysql> \s
--------------
mysql Ver 8.0.32 for Linux on x86_64 (Source distribution)
Connection id: 104
Current database: zabbix
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.0.32 Source distribution
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /var/lib/mysql/mysql.sock
Binary data as: Hexadecimal
mysql> SELECT User,Host FROM mysql.user;
+------------------+-----------+
| User | Host |
+------------------+-----------+
| mysql.infoschema | localhost |
| mysql.session | localhost |
| mysql.sys | localhost |
| root | localhost |
| zabbix | localhost |
+------------------+-----------+
Please, Help me with this.
I have a problem with initial configuration of Zabbix 6.4.
i follow the procedure of installation of Zabbix
https://www.zabbix.com/la/download?zabbix=6.4&os_distribution=alma_linux&os_ version=8&components=server_frontend_agent&db=mysq l&ws=nginx
This es my Distro
cat /etc/almalinux-release
AlmaLinux release 8.9 (Midnight Oncilla)
This is the version that i been install:
Zabbix Package
ZABBIX VERSION: 6.4
OS DISTRIBUTION: Alma Linux
OS VERSION: 8
ZABBIX COMPONENT: Server, Frontend, Agent
DATABASE: MySQL
WEB SERVER: NGIX
Everything its´ok here.
This is the Error: "Unable to select configuration."
cat /var/log/zabbix/zabbix_server.log
1665:20240111:192223.281 Starting Zabbix Server. Zabbix 6.4.10 (revision 4da16fb82f5).
1665:20240111:192223.281 ****** Enabled features ******
1665:20240111:192223.281 SNMP monitoring: YES
1665:20240111:192223.281 IPMI monitoring: YES
1665:20240111:192223.281 Web monitoring: YES
1665:20240111:192223.281 VMware monitoring: YES
1665:20240111:192223.281 SMTP authentication: YES
1665:20240111:192223.281 ODBC: YES
1665:20240111:192223.281 SSH support: YES
1665:20240111:192223.281 IPv6 support: YES
1665:20240111:192223.281 TLS support: YES
1665:20240111:192223.281 ******************************
1665:20240111:192223.281 using configuration file: /etc/zabbix/zabbix_server.conf
1665:20240111:192223.286 cannot use database "zabbix": its "users" table is empty (is this the Zabbix proxy database?)
mysql> \s
--------------
mysql Ver 8.0.32 for Linux on x86_64 (Source distribution)
Connection id: 104
Current database: zabbix
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.0.32 Source distribution
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /var/lib/mysql/mysql.sock
Binary data as: Hexadecimal
mysql> SELECT User,Host FROM mysql.user;
+------------------+-----------+
| User | Host |
+------------------+-----------+
| mysql.infoschema | localhost |
| mysql.session | localhost |
| mysql.sys | localhost |
| root | localhost |
| zabbix | localhost |
+------------------+-----------+
Please, Help me with this.
Comment