Zabbix UI Changes Not Applying? Here's how to fix that.

Did you just make a Zabbix frontend UI-related change and then try restarting the Zabbix server service (sudo systemctl restart zabbix-server), expecting the change to apply?

I know... it doesn't work that way.

I tried changing my SSL key for the UI and did the same thing, but nothing changed. This is because Zabbix uses Apache to host its frontend UI. So if you make a change that affects the UI, you need to restart Apache instead.

You can do that using the following command:

systemctl restart apache2

After the Apache service restarts, refresh your browser and your UI changes should be applied.

#monitoring #zabbix

0 Comments