- Do not add PPA on ARM architecture
- Add compatibility to Ubuntu packages
- Add attributes for
zabbix-agent
pidfile and logfile
- Force repository distribution to
trusty
, as no other distribution is supported as of Jun 2016. Packages seem to work fine inxenial
, too.
- Fix issue with automatically restarting
zabbix-agent
when config file was changed.
- Use
node['fqdn']
as the default hostname inzabbix_agentd.conf
. This resolves issues with zabbix-trapper when usingzabbix_sender
- Introduce new parameter
node['zabbix_ng']['zabbix_version']
- Update default zabbix version to
3.0
- NOTE: In case you want to stay with zabbix-2.4, make sure to set the following attribute:
default['zabbix_ng']['zabbix_version'] = '2.4'
- Restart zabbix agent after config file was deployed
- Intrudoce attribute to set zabbix agent timeout
- Initial release of zabbix_ng