diff --git a/src/sunstone/sunstone-server.rb b/src/sunstone/sunstone-server.rb index 07e5600533..6e40ba428e 100755 --- a/src/sunstone/sunstone-server.rb +++ b/src/sunstone/sunstone-server.rb @@ -33,14 +33,10 @@ else PLUGIN_CONFIGURATION_FILE = ONE_LOCATION+"/etc/sunstone-plugins.yaml" end -HOST_LOG_FOLDER = LOG_LOCATION+"/OneMonitor/host" -VM_LOG_FOLDER = LOG_LOCATION+"/OneMonitor/vm" - SUNSTONE_ROOT_DIR = File.dirname(__FILE__) $: << RUBY_LIB_LOCATION $: << SUNSTONE_ROOT_DIR+'/models' -$: << SUNSTONE_ROOT_DIR+'/share/OneMonitor' ############################################################################## # Required libraries