Table of Contents

Set Linux Configuration with Fabric (set.py)

/etc/cron.d/sysstat Example Configuration



My /etc/cron.d/sysstat Configuration

# /etc/cron.d/sysstat
#    -rw-------  root root
#
#   sysstat cron configuration
#
# Sysstat configuration file is /etc/sysconfig/sysstat.

# Run system activity accounting tool every 1 minutes
*/1 * * * * root /usr/lib64/sa/sa1 1 1

# Generate a daily summary of process accounting at 23:53
53 23 * * * root /usr/lib64/sa/sa2 -A


Reference

CentOS7 Default /etc/cron.d/sysstat

# Run system activity accounting tool every 10 minutes
*/10 * * * * root /usr/lib64/sa/sa1 1 1
# 0 * * * * root /usr/lib64/sa/sa1 600 6 &
# Generate a daily summary of process accounting at 23:53
53 23 * * * root /usr/lib64/sa/sa2 -A


Set Linux Configuration with Fabric (set.py)





Set Linux Configuration with Fabric (set.py)