laradji / zabbix

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

ValueCacheSize crashes service #180

Open bscott opened 10 years ago

bscott commented 10 years ago

ValueCacheSize variable in Zabbix Server template stops the service from starting

https://github.com/laradji/zabbix/blob/master/templates/default/zabbix_server.conf.erb#L30

service zabbix_server start
zabbix_server [24939]: unknown parameter [ValueCacheSize] in config file [/etc/zabbix/zabbix_server.conf], line 28
jbfavre commented 9 years ago

ValueCacheSize has been introduced in Zabbix 2.2

Which Zabbix version are you installing ? Seems you're installing 2.0

astoltz commented 9 years ago

Commit https://github.com/laradji/zabbix/commit/535159b1360cb610fbd4662a8da10a188fe9fde0 is the breaking change. The value was added to the template but the version attribute was not changed.