diff --git a/src/im_mad/vmware/OneImVmware.java b/src/im_mad/vmware/OneImVmware.java index bc86a02..b63d840 100644 --- a/src/im_mad/vmware/OneImVmware.java +++ b/src/im_mad/vmware/OneImVmware.java @@ -107,15 +107,7 @@ else if (action.equals("FINALIZE")) hid_str = str_split[1]; hostToMonitor = str_split[2]; - // Perform the action - if (action.equals("INIT")) - init(); - else if (action.equals("FINALIZE")) - { - finalize_mad(); - fin = true; - } - else if (action.equals("MONITOR")) + if (action.equals("MONITOR")) { // Let's gather data from the host @@ -130,10 +122,13 @@ else if (action.equals("MONITOR")) for(int i=0;i