forked from sysstat/sysstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsysstat.sysconfig.in
More file actions
35 lines (27 loc) · 1.37 KB
/
sysstat.sysconfig.in
File metadata and controls
35 lines (27 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# @PACKAGE_NAME@-@PACKAGE_VERSION@ configuration file.
# How long to keep log files (in days).
# If value is greater than 28, then use sadc's option -D to prevent older
# data files from being overwritten. See sadc(8) and sysstat(5) manual pages.
HISTORY=@HISTORY@
# Compress (using xz, gzip or bzip2) sa and sar files older than (in days):
COMPRESSAFTER=@COMPRESSAFTER@
# Parameters for the system activity data collector (see sadc manual page)
# which are used for the generation of log files.
SADC_OPTIONS="@COLLECT_ALL@ @SADC_OPT@"
# Directory where sa and sar files are saved. The directory must exist.
SA_DIR=@SA_DIR@
# Compression program to use.
ZIP="@ZIP@"
# By default sa2 script generates yesterday's summary, since the cron job
# usually runs right after midnight. If you want sa2 to generate the summary
# of the same day (for example when cron job runs at 23:53) set this variable.
#YESTERDAY=no
# By default sa2 script generates reports files (the so called sarDD files).
# Set this variable to false to disable reports generation.
#REPORTS=false
# The sa1 and sa2 scripts generate system activity data and report files in
# the @SA_DIR@ directory. By default the files are created with umask 0022
# and are therefore readable for all users. Change this variable to restrict
# the permissions on the files (e.g. use 0027 to adhere to more strict
# security standards).
UMASK=0022