GaugeMonitor gaugeMonitor = new GaugeMonitor();
gaugeMonitor.setNotifyHigh(notifyHigh);
gaugeMonitor.setNotifyLow(notifyLow);
gaugeMonitor.setThresholds(thresholdHigh, thresholdLow);
gaugeMonitor.setDifferenceMode(differenceMode);
GaugeSupport support = new GaugeSupport();
monitor = gaugeMonitor;
monitored = support;
initMonitor();
}
catch (Exception e)