Added README.md files

This commit is contained in:
dotneft
2016-08-04 02:18:32 -07:00
parent bcfb022c64
commit e1e864c209
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"