--- projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Swap__Monitor.java 2004/01/15 13:41:48 1.14 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Swap__Monitor.java 2004/01/15 14:10:13 1.15 @@ -33,7 +33,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * This Monitor watches the Swap for all machines * * @author $Author: tdb $ - * @version $Id: Swap__Monitor.java,v 1.14 2004/01/15 13:41:48 tdb Exp $ + * @version $Id: Swap__Monitor.java,v 1.15 2004/01/15 14:10:13 tdb Exp $ */ public class Swap__Monitor extends MonitorSkeleton { @@ -42,7 +42,7 @@ public class Swap__Monitor extends MonitorSkeleton { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.14 $"; + public final String REVISION = "$Revision: 1.15 $"; /** * A description of this monitor @@ -63,7 +63,7 @@ public class Swap__Monitor extends MonitorSkeleton { */ public void analysePacket(XMLPacket packet) { String source = packet.getParam("packet.attributes.machine_name"); - if(!checkBooleanConfig(source, "Monitor." + _name + ".enable")) { + if(!checkBooleanConfig("Host." + source, "Monitor." + _name + ".enable")) { return; } if (!_hosts.containsKey(source)) {