192 |
- |
1 |
# sysstat-11.7.3 configuration file.
|
|
|
2 |
|
|
|
3 |
# How long to keep log files (in days).
|
|
|
4 |
# If value is greater than 28, then use sadc's option -D to prevent older
|
|
|
5 |
# data files from being overwritten. See sadc(8) and sysstat(5) manual pages.
|
|
|
6 |
HISTORY=28
|
|
|
7 |
|
|
|
8 |
# Compress (using xz, gzip or bzip2) sa and sar files older than (in days):
|
|
|
9 |
COMPRESSAFTER=31
|
|
|
10 |
|
|
|
11 |
# Parameters for the system activity data collector (see sadc manual page)
|
|
|
12 |
# which are used for the generation of log files.
|
|
|
13 |
SADC_OPTIONS=" -S DISK"
|
|
|
14 |
|
|
|
15 |
# Directory where sa and sar files are saved. The directory must exist.
|
|
|
16 |
SA_DIR=/var/log/sa
|
|
|
17 |
|
|
|
18 |
# Compression program to use.
|
|
|
19 |
ZIP="xz"
|
|
|
20 |
|
|
|
21 |
# By default sa2 script generates yesterday's summary, since the cron job
|
|
|
22 |
# usually runs right after midnight. If you want sa2 to generate the summary
|
|
|
23 |
# of the same day (for example when cron job runs at 23:53) set this variable.
|
|
|
24 |
#YESTERDAY=no
|
|
|
25 |
|
|
|
26 |
# By default sa2 script generates reports files (the so called sarDD files).
|
|
|
27 |
# Set this variable to false to disable reports generation.
|
|
|
28 |
#REPORTS=false
|