]> granicus.if.org Git - sysstat/blob - sysstat.sysconfig.in
Edit comments
[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@"
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