From d2ab1d2c1401f9f6c968c5aae5d297f0124ca97f Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Tue, 16 Aug 2011 11:51:58 +0200 Subject: [PATCH] feature #720: Remove old monitoring files --- src/sunstone/sunstone-server.rb | 4 ---- 1 file changed, 4 deletions(-) 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