]> granicus.if.org Git - sysstat/blob - sysstat.sysconfig.in
Move xprintf()/xprintf0() functions from sadf.c to common.c
[sysstat] / sysstat.sysconfig.in
1 # @PACKAGE_NAME@-@PACKAGE_VERSION@ configuration file.
2
3 # How long to keep log files (in days).
4 # If value is greater than 28, then log files are kept in
5 # multiple directories, one for each month.
6 HISTORY=@HISTORY@
7
8 # Compress (using xz, gzip or bzip2) sa and sar files older than (in days):
9 COMPRESSAFTER=@COMPRESSAFTER@
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="@COLLECT_ALL@ @SADC_OPT@"
14
15 # Directory where sa and sar files are saved.
16 SA_DIR=@SA_DIR@
17
18 # Compression program to use.
19 ZIP="@ZIP@"
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