laradji / zabbix

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

Race condition for new host group and multiple hosts #215

Open tophercullen opened 9 years ago

tophercullen commented 9 years ago

If multiple new hosts are created that also create a new host group. One will succeed and the others will fail as they all try to create the host group. This causes the chef run to fail, even though the group exists.

tophercullen commented 9 years ago

Submitted #214 to fix this