Merge pull request #13 from zabbix/master

Added README.md files
This commit is contained in:
Alexey Pustovalov
2016-08-04 23:18:49 +03:00
committed by GitHub
30 changed files with 1936 additions and 26 deletions

View File

@ -515,7 +515,7 @@ update_zbx_config() {
update_config_var $ZBX_CONFIG "LogFileSize"
update_config_var $ZBX_CONFIG "PidFile"
update_config_var $ZBX_CONFIG "DebugLevel" "${ZBX_DEBUG_LEVEL}"
update_config_var $ZBX_CONFIG "DebugLevel" "${ZBX_DEBUGLEVEL}"
if [ "$db_type" == "sqlite3" ]; then
update_config_var $ZBX_CONFIG "DBHost"