version 1.21, 2013/11/19 22:46:03
|
version 1.22, 2014/02/12 19:25:42
|
|
|
# END TABLE OF PRODUCTION USERS | # END TABLE OF PRODUCTION USERS |
############################### | ############################### |
| |
|
############################### |
|
# Parameters for sum_rm |
|
|
|
# This is the percentage at which all disk partitions are to be kept free. |
|
# If not specified, this defaults to 3. For example, setting PART_PERCENT_FREE = 5 will allow all partitions to |
|
# fill to 95% full. Dividing the number of unused blocks by the total number of blocks, and rounding up, |
|
# will result in the number specified by PART_PERCENT_FREE. |
|
SUMRM_PART_PERCENT_FREE 3 |
|
|
|
# The value is the number of seconds to sleep between iterations of the main loop in sum_rm. |
|
SUMRM_SLEEP 300 |
|
|
|
# The value is the log file (opened only at sum_rm startup; the sum_rm pid is appended to this file name). |
|
SUMRM_LOG /tmp/sum_rm.log |
|
|
|
# The value is the email address of the recipient to be notified in case of a problem. |
|
# SUMRM_MAIL president@whitehouse.gov |
|
|
|
# If the value is set to anything other than 0, then sum_rm is rendered inactive. Otherwise, sum_rm is active. |
|
SUMRM_NOOP 0 |
|
|
|
# The value designates the linux user who is allowed to run sum_rm. |
|
SUMRM_USER production |
|
|
|
# This pair of paramters defines a window of time, during which sum_rm will become torpid - in this |
|
# window, sum_rm will not scan for SUs to delete, not will it delete any SUs. Each value is an integer, 0-23, that |
|
# represents an hour of the day. For example, if NORUN_START=8 and NORUN_STOP=10, then between 8am and 10am |
|
# local time, sum_rm will be dormant. To disable this behavior, set both parameters to the same value. |
|
SUMRM_NORUN_START 0 |
|
SUMRM_NORUN_STOP 0 |
|
|
|
############################### |
|
|
__MAKE__ | __MAKE__ |
| |
# Third-party libraries required in order to make NetDRMS binaries. Specify | # Third-party libraries required in order to make NetDRMS binaries. Specify |