After updating zabbix and restarting the system I got this error message, when trying to open the web interface.
Insufficient file system permissions. Assets cache directory is not writable. <retry>
I can not access the zabbix interface. Where can I find the Assets Cache Directory?
Refers to version 4.0.8-1+bionic
SOLVED:
sudo chmod -R 777 /usr/share/zabbix/assets
Insufficient file system permissions. Assets cache directory is not writable. <retry>
I can not access the zabbix interface. Where can I find the Assets Cache Directory?
Refers to version 4.0.8-1+bionic
SOLVED:
sudo chmod -R 777 /usr/share/zabbix/assets
Comment