From 3486dbfc1598a029a3503c2bfd08f2a6074fb702 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 18 Sep 2002 02:09:02 +0000 Subject: [PATCH] removed deprecirated $HTTPDOCS and $HTTPPORT config params --- config/spong.conf-sample | 7 +------ config/spong.conf.in | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/config/spong.conf-sample b/config/spong.conf-sample index 5ca9261..3420b37 100755 --- a/config/spong.conf-sample +++ b/config/spong.conf-sample @@ -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. diff --git a/config/spong.conf.in b/config/spong.conf.in index 6f7186e..1aafbca 100644 --- a/config/spong.conf.in +++ b/config/spong.conf.in @@ -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. -- 2.30.2