Skip to content

Commit

Permalink
Merge pull request #51 from fredprod/master
Browse files Browse the repository at this point in the history
line 350 modify casesize to cachesize #50
  • Loading branch information
dj-wasabi committed Feb 14, 2015
2 parents 79de975 + e267419 commit f4d4abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/proxy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
$snmptrapper = $zabbix::params::proxy_snmptrapper,
$listenip = $zabbix::params::proxy_listenip,
$housekeepingfrequency = $zabbix::params::proxy_housekeepingfrequency,
$casesize = $zabbix::params::proxy_casesize,
$cachesize = $zabbix::params::proxy_cachesize,
$startdbsyncers = $zabbix::params::proxy_startdbsyncers,
$historycachesize = $zabbix::params::proxy_historycachesize,
$historytextcachesize = $zabbix::params::proxy_historytextcachesize,
Expand Down
2 changes: 1 addition & 1 deletion templates/zabbix_proxy.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ HousekeepingFrequency=<%= @housekeepingfrequency %>
# Size of configuration cache, in bytes.
# Shared memory size, for storing hosts and items data.
#
CacheSize=<%= @casesize -%>M
CacheSize=<%= @cachesize -%>M

### Option: StartDBSyncers
# Number of pre-forked instances of DB Syncers
Expand Down

0 comments on commit f4d4abf

Please sign in to comment.