18 lines
558 B
Text
18 lines
558 B
Text
#
|
|
# Default settings for /etc/init.d/sysstat, /etc/cron.d/sysstat
|
|
# and /etc/cron.daily/sysstat files
|
|
#
|
|
|
|
# Should sadc collect system activity informations? Valid values
|
|
# are "true" and "false". Please do not put other values, they
|
|
# will be overwritten by debconf!
|
|
ENABLED="true"
|
|
|
|
# Additional options passed to sa1 by /etc/init.d/sysstat
|
|
# and /etc/cron.d/sysstat
|
|
# By default contains the `-S DISK' option responsible for
|
|
# generating disk statisitcs.
|
|
SA1_OPTIONS="-S DISK"
|
|
|
|
# Additional options passed to sa2 by /etc/cron.daily/sysstat.
|
|
SA2_OPTIONS=""
|