Report generating test failed

1.8k Views Asked by At

I've been trying to make scheduled reports with zabbix 5.4 but i keen getting the following error when i try to test:

Cannot fetch data: chrome failed to start:
Sorry, home directories outside of /home are not currently supported.
See https://forum.snapcraft.io/t/11209 for details.
.

I don't know where my errors lay. i installed google chrome and i followed all the instruction and created /var/lib/zabbix/ also chown zabbix:zabbix /var/lib/zabbix/ chmod 755 /var/lib/zabbix but nothing .please help me i you know my error

1

There are 1 best solutions below

3
On

I forgot to create a Zabbix user with a directory, that's why I got this kind of error.

addgroup --system --quiet zabbix

adduser --quiet --system --disabled-login --ingroup zabbix --home /var/lib/zabbix --no-create-home zabbix