So I figured out the issue with my other post (Zabbix 6.0 LTS does not work on CentOS 7 it seems. I went back to Zabbix 5.0 LTS and the install is complete). New issue though:
I have following through the installation steps successfully up to the point 2e on https://www.zabbix.com/download?zabb...ysql&ws=apache (Zabbix 5.0 LTS / CentOS / MySQL / Apache). 2e states "Edit file /etc/zabbix/zabbix_server.conf", it wants DB Password to be updated. However, when I did vi /etc/zabbix/zabbix_server.conf, it was a blank file. I ended up restarting the entire installation over again and ran the ls command against /etc/zabbix and there is no zabbix_server.conf. There is a zabbix_agentd.conf and two directories (web and zabbix_agent.d neither of which have the zabbix_server.conf).
Am I supposed to move the zabbix_server.conf file to the /etc/zabbix folder manually? If so, where is it? The instructions don't state that it's something that needs to be moved or created, just edited so the assumption is the file should exist when the zabbix installation completes.
I have following through the installation steps successfully up to the point 2e on https://www.zabbix.com/download?zabb...ysql&ws=apache (Zabbix 5.0 LTS / CentOS / MySQL / Apache). 2e states "Edit file /etc/zabbix/zabbix_server.conf", it wants DB Password to be updated. However, when I did vi /etc/zabbix/zabbix_server.conf, it was a blank file. I ended up restarting the entire installation over again and ran the ls command against /etc/zabbix and there is no zabbix_server.conf. There is a zabbix_agentd.conf and two directories (web and zabbix_agent.d neither of which have the zabbix_server.conf).
Am I supposed to move the zabbix_server.conf file to the /etc/zabbix folder manually? If so, where is it? The instructions don't state that it's something that needs to be moved or created, just edited so the assumption is the file should exist when the zabbix installation completes.
Comment