laradji / zabbix

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

Login user #101

Closed andrewGarson closed 11 years ago

andrewGarson commented 11 years ago

create the zabbix user in the common recipe

guilhem commented 11 years ago

This will work on windows?

guilhem commented 11 years ago

Also, If you need to add user on system for server, the best way is to create an _server_common_user recipe like for agent. https://github.com/laradji/zabbix/blob/master/recipes/_agent_common_user.rb

andrewGarson commented 11 years ago

I have not tested this on windows, but the user and group resources do work on windows (I don't know what they do)

andrewGarson commented 11 years ago

I put these 2 resources in common.rb because they should be on all the machines (server, web, db, agents) unless you think its better to create a different user for each service?

guilhem commented 11 years ago

I think it can be a good idea to let user be able to have 2 different user for agent and server. especially for the zabbix server. Running agent with the same right than server can be a problem.

andrewGarson commented 11 years ago

@guilhem i'm dumb, this work is already done.