laradji / zabbix

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

Active Proxy Support #172

Closed ftclausen closed 1 year ago

ftclausen commented 10 years ago

Hello,

This PR allows proxy installation, auto registration with server and the means by which Zabbix agents can be associated with a particular proxy at node registration time (or subsequently at node update time). The usage is documented in the README under the Proxy section. I am currently using this with success at my employer and it makes managing many proxies more consistent and migrating agents to a particular proxy can be done automatically.

I realise this is quite a big PR and some of the highlights are

Tested on Debian and RHEL but more testing "in the wild" needed.

Any feedback welcome.

guilhem commented 10 years ago

Hi @ftclausen Thanks for this PR. I'm OK for this one if this doesn't break other usage (tested by TK) and if you are adding some new TK tests ;)

ftclausen commented 10 years ago

Thanks - I will definitely add some TK tests.

guilhem commented 10 years ago

@ftclausen poke me if it's done or if you need some help