zabbix icon indicating copy to clipboard operation
zabbix copied to clipboard

/opt/zabbix is 0700 without the ability to override

Open stark525 opened this issue 10 years ago • 1 comments

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

stark525 avatar May 13 '15 15:05 stark525

See #197.

chewi avatar Oct 07 '15 13:10 chewi