]> granicus.if.org Git - sysstat/blobdiff - sysstat.sysconfig.in
Starting sysstat-12.5.4
[sysstat] / sysstat.sysconfig.in
index 3d96420bfc95c6d5bbf08d7fd7613a9739bf2d62..aec76569fd9f3d04fe7bba87d329fb8cbb5e1534 100644 (file)
@@ -12,7 +12,7 @@ COMPRESSAFTER=@COMPRESSAFTER@
 # which are used for the generation of log files.
 SADC_OPTIONS="@COLLECT_ALL@ @SADC_OPT@"
 
-# Directory where sa and sar files are saved.
+# Directory where sa and sar files are saved. The directory must exist.
 SA_DIR=@SA_DIR@
 
 # Compression program to use.
@@ -26,3 +26,16 @@ ZIP="@ZIP@"
 # By default sa2 script generates reports files (the so called sarDD files).
 # Set this variable to false to disable reports generation.
 #REPORTS=false
+
+# Tell sa2 to wait for a random delay in the range 0 .. ${DELAY_RANGE} before
+# executing. This delay is expressed in seconds, and is aimed at preventing
+# a massive I/O burst at the same time on VM sharing the same storage area.
+# Set this variable to 0 to make sa2 generate reports files immediately.
+DELAY_RANGE=@DELAY_RANGE@
+
+# 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