From: cvs Date: Tue, 7 Dec 1999 07:18:52 +0000 (+0000) Subject: Added spong-cleanup parameters to file. X-Git-Tag: spong-2_6-beta8~16 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06105c71e7f1cf8153568f5c05b9513f41363c3a;p=spong.git Added spong-cleanup parameters to file. --- diff --git a/config/spong.conf b/config/spong.conf index f59b893..1aa588d 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -21,7 +21,6 @@ $WWW_ACTIONBAR_CUSTOM = "Machine Info"; - $WWW_USE_IMAGES = 0; $WWW_COLOR{"red"} = "#cc0000"; @@ -33,6 +32,17 @@ $WWW_COLOR{"blue"} = "#0000ff"; @WWW_REFRESH_ALLOW = ( '.*' ); @WWW_REFRESH_DENY = ( ); +# --------------------------------------------------------------------------- +# spong-cleanup parameters +# --------------------------------------------------------------------------- + +$SPONG_ARCHIVE = "/usr/local/spong/www/archives"; # Where to put the old + # history entries + +$OLD_SERVICE = 3; # How many days to keep stale status reported before + # removal +$OLD_HISTORY = 7; # How many days of history to keep for each host + # --------------------------------------------------------------------------- # Thresholds, season to taste. These can be overridden on a host by host # case in a spong.conf. file. @@ -146,6 +156,7 @@ $TRACEROUTE = "/usr/bin/traceroute"; $SENDMAIL = "/usr/sbin/sendmail -t"; $SENDMAILMQ = "/usr/sbin/sendmail -bp"; $RPCINFO = "/usr/bin/rpcinfo -u"; +$NTPDATE = "/usr/sbin/ntpdate -q"; 1; # I'm a file that gets included in perl code - leave this 1 here...