Did you just execute a Zabbix server UI related change and tried sudo systemctl restart zabbix-server expecting it to apply your change? I know... it doesn't work that way.
I tried changing my SSL key for the UI and did the same but... nothing! This is because Zabbix makes use of Apache to host its frontend UI. So if you made a change that impacts the UI, you will need to restart Apache. You can try that out in the following command:
systemctl restart apache2
After the Apache service restarts, refresh your browser and your UI changes should be applied.
0 Comments