laradji / zabbix

Zabbix chef cookbook
Apache License 2.0
91 stars 125 forks source link

/opt/zabbix is 0700 without the ability to override #208

Open stark525 opened 9 years ago

stark525 commented 9 years ago

/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.

chewi commented 8 years ago

See #197.