################################################################################ # This is your logmgr.conf. It controls how the rotation of logs will occur. # # If you delete this file, the system defaults will be used. If any of the # # Key words are not found, the system default will be used instead. # # All variables need to be surrounded by double quotes "". # # If any problems are encountered during the rotation, you will recieve a mail.# ################################################################################ # OUTFILE is where your realtime log will be appended each night. This is the # # file that your analyzer will run on. NO SPACES, The only special character # # should be /. Give full path (will follow symlinks) # OUTLOGFILE="/vhost/DOMNAME/mylogs/DOMNAME.log2" ##### # ANALYZER is the commandline that you want to run for an analyzer. This # # to have full paths for everything. # ANALYZER="/usr/local/utils/analog/analog -s /vhost/DOMNAME/mylogs/DOMNAME.log2" ##### # If your analyzer places it's output on standard out, use OUTPUT to redirect # # this to a file. Make sure you put the full path to the output file. # OUTPUT="/vhost/DOMNAME/www/usage.html" ##### # ROTATE is used to specify how often and when to rotate your cumulative log # # file. Here are the acceptable values for this variable. The default is # # Monthly on the first day of the month. Letters are case insensitive. # # ROTATE="01" -- Will rotate on the First day of the month # # ROTATE="07" -- Will Rotate on the Seventh day of the month # # ROTATE="Mon" -- Will Rotate on every Monday. # # ROTATE="Sat" -- Will Rotate on every Saturday. # # ROTATE="every" -- Will Rotate every night # ROTATE="01" ##### # KEEPANA is a yes/no variable. If you specify yes, your OUTPUT file will be # # copied after the cumulative log is zipped up. If you specify no, the # # analysis will not be saved and will be overwritten the night after the # # rotation. KEEPANA="yes" ##### # KEEPNAME can be used to specify where to keep the copy of OUTPUT after # # rotation. To accept the default set KEEPNAME="0". The default is .html (eg 11-24-97.html). Keep in mind, if you specify a filename, # # the next rotation will overwrite the previous OUTPUT. # KEEPNAME="0" #####