laradji / zabbix

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

Add agent listen port as a config option. #113

Closed benpatterson closed 11 years ago

benpatterson commented 11 years ago

Add ability to set the listen port for zabbix agents. This will essentially override the zabbix default. If this attribute is not passed into the chef run, then the agent will use the default port set by zabbix (currently 10050). If a value is passed in, then the port is explicitly set in the conf file.

Also added doc to this effect.

laradji commented 11 years ago

Hi Ben and thank you for your pull request.

Please make the following update on your patch.

Thanks