You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
The text was updated successfully, but these errors were encountered:
/recipes/_agent_common_user.rb
creates the zabbix user and setssupports :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
.The text was updated successfully, but these errors were encountered: