]> git.etc.gen.nz Git - spong.git/commitdiff
removed deprecirated $HTTPDOCS and $HTTPPORT config params
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 18 Sep 2002 02:09:02 +0000 (02:09 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 18 Sep 2002 02:09:02 +0000 (02:09 +0000)
config/spong.conf-sample
config/spong.conf.in

index 5ca92618f1bc8fd38cd451207749cf0f5b098908..3420b379553fed10869d66be18d49a21d24a0102 100755 (executable)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf-sample,v 1.3 2001/02/07 14:38:48 sljohnson Exp $
+# $Id: spong.conf-sample,v 1.4 2002/09/18 02:09:02 sljohnson Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -197,11 +197,6 @@ $LOGCHECKS = [ { 'logfile' => '/var/log/messages',
 # program, where the ones above are for the spong-client programs.
 # ---------------------------------------------------------------------------
 
-$HTTPDOCS{"ALL"} = [ "/index.html" ];
-$HTTPPORT{"ALL"} = 80;
-
-# $HTTPDOCS{"www3.example.com"} = [ "/index.html" ];
-
 # URL's for for http check. These configuations use HTTP 1.1 for testing.
 # The '_HOST_' string is replaced by the hostname as defined in spong.hosts.
 # The 'DEFAULT' entry is used for testing all hosts if not overriden.
index 6f7186e8d3fb332ee7c00cc9f6490e0e58f1338b..1aafbca64fb1765cbe2d6741dd5e368fd0bc216f 100644 (file)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf.in,v 1.3 2001/06/24 16:13:37 supermathie Exp $
+# $Id: spong.conf.in,v 1.4 2002/09/18 02:09:02 sljohnson Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -200,11 +200,6 @@ $LOGCHECKS = [ { 'logfile' => '/var/log/messages',
 # program, where the ones above are for the spong-client programs.
 # ---------------------------------------------------------------------------
 
-$HTTPDOCS{"ALL"} = [ "/index.html" ];
-$HTTPPORT{"ALL"} = 80;
-
-# $HTTPDOCS{"www3.example.com"} = [ "/index.html" ];
-
 # URL's for for http check. These configuations use HTTP 1.1 for testing.
 # The '_HOST_' string is replaced by the hostname as defined in spong.hosts.
 # The 'DEFAULT' entry is used for testing all hosts if not overriden.