laradji / zabbix

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

fixed permissions issue with parent directory of node['zabbix']['agent']... #111

Closed andrewfraley closed 10 years ago

andrewfraley commented 11 years ago

fixed permissions issue with parent directory of node['zabbix']['agent']['log_file']

Sets the owner of the parent directory of node['zabbix']['agent']['log_file'] to the Zabbix user if the directory is not already world writable.

I believe this applies to issues 107 and 110.

laradji commented 11 years ago

@andrewfraley why did you close the pull request ?

andrewfraley commented 11 years ago

I thought it might be better to handle the agent log directory in a different way since /var/log/zabbix was already being created elsewhere. If you're happy with it, though, I'll go ahead and reopen it.