I replied on another thread but get no response, and this is important to me :V
I have problems with zabbix permissions with log reading. I tried this way:
But changed path to mine (/var/log/klienci/zabbixcl/logi) and still nothing (adding zabbix user to admins too, nothing), permissions denied. All works fine when i change to chmod 777, but i know this is not safe way to solve this. Any idea what to do with this? Thanks.
I have problems with zabbix permissions with log reading. I tried this way:
Code:
chgrp zabbix /var/log/messages chmod g+r messages
Comment