--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/SSH__ServiceCheck.java 2002/05/18 18:16:02 1.6 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/SSH__ServiceCheck.java 2002/05/21 16:47:18 1.7 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -29,7 +30,7 @@ import java.io.*; * A quick SSH service checker. * * @author $Author: tdb $ - * @version $Id: SSH__ServiceCheck.java,v 1.6 2002/05/18 18:16:02 tdb Exp $ + * @version $Id: SSH__ServiceCheck.java,v 1.7 2002/05/21 16:47:18 tdb Exp $ */ public class SSH__ServiceCheck extends ServiceCheckSkeleton { @@ -38,7 +39,7 @@ public class SSH__ServiceCheck extends ServiceCheckSke /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.6 $"; + public final String REVISION = "$Revision: 1.7 $"; public final String DESC = "Checks that an SSH server is alive.";