I already had Zabbix running, more than 50 servers monitored, when I received an incident of 75% use of the Zabbix server's cachesize. To change the file through WinSCP, I ended up changing the permission of the /etc/zabbix/zabbix_server.conf directory with the following commands:
sudo usermod -aG root administrator
sudo chmod 750 /etc/zabbix/zabbix_server.conf
I accessed the file through WinSCP and after that, when I try to access the Zabbix page, it directs me to the initial settings page (http://server/zabbix/setup.php)
I've already returned the original permissions (compare the permissions other), restarted apache, zabbix-server and even the server, but nothing returns.
It is configured with Virtualhost, because on that same server I have Zabbix, GLPI and Grafana.
And I don't understand why it is ignoring my virtualhost and redirecting me to the setup page.
sudo usermod -aG root administrator
sudo chmod 750 /etc/zabbix/zabbix_server.conf
I accessed the file through WinSCP and after that, when I try to access the Zabbix page, it directs me to the initial settings page (http://server/zabbix/setup.php)
I've already returned the original permissions (compare the permissions other), restarted apache, zabbix-server and even the server, but nothing returns.
It is configured with Virtualhost, because on that same server I have Zabbix, GLPI and Grafana.
And I don't understand why it is ignoring my virtualhost and redirecting me to the setup page.