--- projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Heartbeat__Monitor.java 2001/03/22 23:04:57 1.16 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Heartbeat__Monitor.java 2001/03/23 01:08:00 1.17 @@ -13,7 +13,7 @@ import uk.org.iscream.componentmanager.*; * This Monitor watches heartbeats * * @author $Author: ajm $ - * @version $Id: Heartbeat__Monitor.java,v 1.16 2001/03/22 23:04:57 ajm Exp $ + * @version $Id: Heartbeat__Monitor.java,v 1.17 2001/03/23 01:08:00 ajm Exp $ */ public class Heartbeat__Monitor extends MonitorSkeleton { @@ -22,7 +22,7 @@ public class Heartbeat__Monitor extends MonitorSkeleto /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.16 $"; + public final String REVISION = "$Revision: 1.17 $"; public final String DESC = "Monitors Heartbeats."; @@ -212,7 +212,7 @@ public class Heartbeat__Monitor extends MonitorSkeleto int newThreshold = checkAttributeThreshold(timeSinceExpectedHB, reg); // process the alert - processAlert(newThreshold, "Heartbeat", reg, source, String.valueOf(timeSinceExpectedHB)); + Heartbeat__Monitor.this.processAlert(newThreshold, "Heartbeat", reg, source, String.valueOf(timeSinceExpectedHB)); if(reg.getLastAlertLevel() == Alert.alertFINAL) { return true;