zabbix
zabbix copied to clipboard
/opt/zabbix is 0700 without the ability to override
/recipes/_agent_common_user.rb creates the zabbix user and sets supports :manage_home => true. This (by default) creates the /opt/zabbix home directory with 0700 permissions.
There is /recipes/_agent_common_directories.rb which sets all directories under the zabbix home, but other users cannot enter the 0700 zabbix home.
This is mainly a problem using zabbix_sender for trapper items. Other users/applications may require access to /opt/zabbix/bin/zabbix_sender.
See #197.