Hi all,
Just finished my initial install today. Here is what I am using:
RHEL7.9
Zabbix 5.0
Mariadb-Server 5.5.68
Httpd 2.4.6-97
Instructions Used: https://www.zabbix.com/download?zabb...ysql&ws=apache
Only deviation from these instructions came when I had to manually install mariadb
I was able to get through the frontend setup with no issues. However, on the dashboard, i am seeing that the zabbix server is not running
User=zabbix
Ive tried the following based on google research:
Zabbix-server log: 2251:20220113:145629.300 [Z3001] connection to database 'zabbixdb' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
2251:20220113:145629.300 database is down: reconnecting in 10 seconds
SHOW GRANTS FOR zabbix@localhost
| GRANT USAGE ON *.* TO 'zabbix'@'localhost' IDENTIFIED BY PASSWORD '*FD8F10A24C63E05629487D725D19855529EBC0B6' |
| GRANT ALL PRIVILEGES ON `zabbixdb`.* TO 'zabbix'@'localhost'
Just finished my initial install today. Here is what I am using:
RHEL7.9
Zabbix 5.0
Mariadb-Server 5.5.68
Httpd 2.4.6-97
Instructions Used: https://www.zabbix.com/download?zabb...ysql&ws=apache
Only deviation from these instructions came when I had to manually install mariadb
I was able to get through the frontend setup with no issues. However, on the dashboard, i am seeing that the zabbix server is not running
- I have verified the service is running using systemctl
- I currently have SELinux running in permissive mode in order to troubleshoot this issue.
- The following ports are enabled on firewalld: 10050, 10051, 8080, and 80
- DB and Zabbix are running on the same server.
User=zabbix
Ive tried the following based on google research:
- Changed from DBName=zabbix to DBName=zabbixdb in /etc/zabbix/zabbix_server.conf
- Compared DB related info between zabbix_server.conf and zabbix.conf.php to make sure they match
- Uncommented StartTrappers=5 in /etc/zabbix/zabbix_server.conf
- Added the following to /etc/services:
- zabbix-agent 10050/tcp # Zabbix Agent
- zabbix-agent 10050/udp # Zabbix Agent
- zabbix-trapper 10051/tcp # Zabbix Trapper
- zabbix-trapper 10051/udp # Zabbix Trapper
Zabbix-server log: 2251:20220113:145629.300 [Z3001] connection to database 'zabbixdb' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
2251:20220113:145629.300 database is down: reconnecting in 10 seconds
SHOW GRANTS FOR zabbix@localhost
| GRANT USAGE ON *.* TO 'zabbix'@'localhost' IDENTIFIED BY PASSWORD '*FD8F10A24C63E05629487D725D19855529EBC0B6' |
| GRANT ALL PRIVILEGES ON `zabbixdb`.* TO 'zabbix'@'localhost'
Comment