Set Linux Configuration with Fabric (set.py)
# /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
# 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)