voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
80 stars 227 forks source link

No way to set historyindexcachesize, but code is there in template #247

Open shoikan opened 8 years ago

shoikan commented 8 years ago

In the puppet code in git, at least until 2016-07-20, there is no way to set historyindexcachesize, even though the code seems to be present in the template. Note that this is true for both the 'zabbix_server.conf.erb' and the 'zabbix_proxy.conf.erb'.

bastelfreak commented 8 years ago

Hi @shoikan, thanks for reporting this. Are you also able to provide a fix for this?

shoikan commented 8 years ago

remote: Permission to voxpupuli/puppet-zabbix.git denied to shoikan. fatal: unable to access 'https://github.com/voxpupuli/puppet-zabbix.git/': The requested URL returned error: 403

Tried to push to a new branch ('historyindexfix')...

bastelfreak commented 8 years ago

Please create a fork and push to it. Afterwards you can create a PR from your repo to ours. Ping us in #voxpupuli on freenode if you've any questions.

shoikan commented 8 years ago

Created a pull request #248