- Generate the reports before midnight and simplify the cron file

(bnc#720609)

OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=26
This commit is contained in:
Petr Uzel 2011-10-27 07:14:17 +00:00 committed by Git OBS Bridge
parent ae60269f62
commit 3f4578a3fc
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 27 07:12:57 UTC 2011 - puzel@suse.com
- Generate the reports before midnight and simplify the cron file
(bnc#720609)
-------------------------------------------------------------------
Mon Oct 17 15:16:34 UTC 2011 - fcrozat@suse.com

View File

@ -1,10 +1,7 @@
# crontab for sysstat
# Activity reports every 10 minutes everyday
5-55/10 * * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 1 1
# Additional run at 23:59 to rotate the statistics file
59 23 * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 60 2
*/10 * * * * root [ -x /usr/lib/sa/sa1 ] && exec /usr/lib/sa/sa1 -S ALL 1 1
# Update reports every 6 hours
0 */6 * * * root [ -x /usr/lib/sa/sa2 ] && exec /usr/lib/sa/sa2 -A
55 5,11,17,23 * * * root [ -x /usr/lib/sa/sa2 ] && exec /usr/lib/sa/sa2 -A