"<a href=\"http://main-ops.dummy.com:1400/ldapsearch?query=cn $name " .
"ou=Inventory o=Dummy Inc o=My State o=US\">Machine Info</a>";
-
$WWW_USE_IMAGES = 0;
$WWW_COLOR{"red"} = "#cc0000";
@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.<hostname> file.
$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...