~ubuntu-branches/ubuntu/lucid/sysstat/lucid

« back to all changes in this revision

Viewing changes to sysstat.crond.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2008-11-09 09:11:06 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109091106-v0zqhwtqiy6v4tz7
Tags: 8.1.6-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Run system activity accounting tool every @CRON_INTERVAL@ minutes
2
 
*/@CRON_INTERVAL@ * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 -d 1 1
3
 
# 0 * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 -d @CRON_INTERVAL_SEC@ @CRON_COUNT@ &
 
2
*/@CRON_INTERVAL@ * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 -S DISK 1 1
 
3
# 0 * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 -S DISK @CRON_INTERVAL_SEC@ @CRON_COUNT@ &
4
4
# Generate a daily summary of process accounting at 23:53
5
5
53 23 * * * @CRON_OWNER@ @SA_LIB_DIR@/sa2 -A
6
6