zabbix
zabbix copied to clipboard
ValueCacheSize crashes service
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
ValueCacheSize
has been introduced in Zabbix 2.2
Which Zabbix version are you installing ? Seems you're installing 2.0
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.