Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-26 21:36:05 +03:00
parent 04c4ae6606
commit cd0773fba3
17 changed files with 48 additions and 22 deletions

View File

@ -247,7 +247,7 @@ prepare_zbx_web_config() {
ln -s "$ZBX_WEB_CONFIG" "/usr/share/zabbix/conf/zabbix.conf.php"
PHP_CONFIG_FILE="/etc/php7/conf.d/99-zabbix.ini"
PHP_CONFIG_FILE="/etc/php.d/99-zabbix.ini"
update_config_var "$PHP_CONFIG_FILE" "max_execution_time" "${ZBX_MAXEXECUTIONTIME:-"600"}"
update_config_var "$PHP_CONFIG_FILE" "memory_limit" "${ZBX_MEMORYLIMIT:-"128M"}"