zabbix icon indicating copy to clipboard operation
zabbix copied to clipboard

ValueCacheSize crashes service

Open bscott opened this issue 10 years ago • 2 comments

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

bscott avatar Aug 21 '14 21:08 bscott

ValueCacheSize has been introduced in Zabbix 2.2

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

jbfavre avatar Sep 16 '14 15:09 jbfavre

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.

astoltz avatar Dec 01 '14 20:12 astoltz