I am having issue getting the reporting working with zabbix. I am quite new to zabbix but am not shy about getting under the hood.
I have installed the following with out too much drama;
web service
chromium
when I do test scheduled reports, I was getting the following error,
annot fetch data: chrome failed to start:
cmd_run.go:1046: WARNING: cannot create user data directory: cannot create "/var/lib/zabbix/snap/chromium/2590": mkdir /var/lib/zabbix/snap/chromium: permission denied
Sorry, home directories outside of /home needs configuration.
See https://forum.snapcraft.io/t/11209 for details.
I then tried to follow the direction on the snap website, and this is where I get really confused, and really don't understand what is required
Home directories outside of '/home' | Snapcraft documentation
i am assuming that they are referring to the 'zabbix' user/service, but as this is a service it does not login and I do not have any credentials to login with except for zabbix being the username.
also in the Snapcraft documentation they mention '$USER' - is this what I should type in the cli or should I put the username (zabbix), also should i log in as zabbix..... I usually take these as verbatim, but I am unabel to go any further.
I have installed the following with out too much drama;
web service
chromium
when I do test scheduled reports, I was getting the following error,
annot fetch data: chrome failed to start:
cmd_run.go:1046: WARNING: cannot create user data directory: cannot create "/var/lib/zabbix/snap/chromium/2590": mkdir /var/lib/zabbix/snap/chromium: permission denied
Sorry, home directories outside of /home needs configuration.
See https://forum.snapcraft.io/t/11209 for details.
I then tried to follow the direction on the snap website, and this is where I get really confused, and really don't understand what is required
Home directories outside of '/home' | Snapcraft documentation
i am assuming that they are referring to the 'zabbix' user/service, but as this is a service it does not login and I do not have any credentials to login with except for zabbix being the username.
also in the Snapcraft documentation they mention '$USER' - is this what I should type in the cli or should I put the username (zabbix), also should i log in as zabbix..... I usually take these as verbatim, but I am unabel to go any further.
Comment