]> git.pld-linux.org Git - packages/sysstat.git/blobdiff - sysstat.crond
- start+stop=100
[packages/sysstat.git] / sysstat.crond
index b5581f810bc14f4e487f0cf8ef56d44338ffc931..217a8ab24b2c4ce1e1203cd803eba0b8ea48eabf 100644 (file)
@@ -1,18 +1,7 @@
-# Crontab sample for root or adm
 # Please update this crontab with the proper location
-# for sa1 and sa2 shell scripts (replace PREFIX with /usr or /usr/local).
-#
-# 8am-7pm activity reports every 20 minutes during weekdays.
-# 0 8-18 * * 1-5 root /usr/lib/sa/sa1 1200 3 &
+
 # activity reports every 10 minutes everyday.
-0 * * * * root /usr/lib/sa/sa1 600 6 &
-#
-# Activity reports every an hour on Saturday and Sunday.
-# 0 * * * 0,6 root /usr/lib/sa/sa1 &
-#
-# 7pm-8am activity reports every an hour during weekdays.
-# 0 19-7 * * 1-5 root /usr/lib/sa/sa1 &
-#
+0  * * * * root exec /usr/lib/sa/sa1 600 6
+
 # Daily summary prepared at 19:05.
-# 5 19 * * 1-5 root /usr/lib/sa/sa2 -A &
-5 19 * * * root /usr/lib/sa/sa2 -A &
+5 19 * * * root exec /usr/lib/sa/sa2 -A
This page took 0.070651 seconds and 4 git commands to generate.