~ubuntu-branches/ubuntu/gutsy/sysstat/gutsy

« back to all changes in this revision

Viewing changes to debian/sysstat.cron.d

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-ksn9my1b0ue6lc43
Tags: 5.0.5-1
New upstream (stable) version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Global variables:
 
2
#
 
3
#  our configuration file
 
4
DEFAULT=/etc/default/sysstat
 
5
#  default setting, overriden in the above file
 
6
ENABLED=false
 
7
 
 
8
# Activity reports every 10 minutes everyday
 
9
5-55/10 * * * * root [ -x /usr/lib/sysstat/sa1 ] && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; [ "$ENABLED" = "true" ] && exec /usr/lib/sysstat/sa1; }
 
10
 
 
11
# Daily summary prepared at 19:05.
 
12
5 19 * * * root [ -x /usr/lib/sysstat/sa2 ] && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; [ "$ENABLED" = "true" ]  && exec /usr/lib/sysstat/sa2; }