return cmde;
}
public static void main(String[] args) throws JSONException {
IPlugin plugin = new PbsNodePlugin();
JSONObject result = plugin.execute();
System.out.print("Result: " + result);
if (result.getInt("status") < 0) {
System.out.println("Error");
log.warn("[ChukwaError]:" + PbsNodePlugin.class + ", "