-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from keesbos/suse
Add SLES (Suse) support
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ sysstat: | |
enabled: "true" | ||
sa1_options: "-S DISK" | ||
sa2_options: "" | ||
history: 60 | ||
compressafter: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# sysstat-8.1.5 configuration file. | ||
|
||
# How long to keep log files (in days). | ||
# If value is greater than 28, then log files are kept in | ||
# multiple directories, one for each month. | ||
HISTORY={{ history|default('', 60) }} | ||
|
||
# Compress (using gzip or bzip2) sa and sar files older than (in days): | ||
COMPRESSAFTER={{ compressafter|default('', 10) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters