Increase CacheSize to 16M in Zabbix Server

Change-Id: I9bfe311490e213126531bc09804aaf29ccc18b34
This commit is contained in:
Maciej Relewicz 2015-10-09 14:29:45 +02:00
parent abbc6417bd
commit ce0169b252
2 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,7 @@ class plugin_zabbix::params {
$server_ensure = present
$ocf_scripts_dir = '/usr/lib/ocf/resource.d'
$ocf_scripts_provider = 'fuel'
$server_cache_size = '16M'
#frontend parameters
$frontend = true

View File

@ -134,6 +134,10 @@ ExternalScripts=<%= scope.lookupvar('plugin_zabbix::params::server_scripts') %>
# Temporary directory. Default is /tmp
#TmpDir=/tmp
# Size of configuration cache, in bytes. Shared memory size for storing host, item and trigger data.
#Default is 8M
CacheSize=<%= scope.lookupvar('plugin_zabbix::params::server_cache_size') %>
# Frequency of ICMP pings (item keys 'icmpping' and 'icmppingsec'). Defauls is 60 seconds.
#PingerFrequency=60