zvyseni verze na 0.8.0 - vyvojova, netestovana
[svn/Prometheus-QoS/.git] / sample-configuration / crontab
1 # /etc/crontab: system-wide crontab
2 # Unlike any other crontab you don't have to run the `crontab'
3 # command to install the new version when you edit this file.
4 # This file also has a username field, that none of the other crontabs do.
5
6 SHELL=/bin/sh
7 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
8
9 # m h dom mon dow user command
10 17 * * * * root run-parts --report /etc/cron.hourly
11 25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
12 47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
13 52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
14 #
15
16 0 7 * * * root nice /root/qos/prometheus -p
17 0 8 * * * root nice /root/qos/prometheus -p
18 0 9 * * * root nice /root/qos/prometheus -p
19 0 10 * * * root nice /root/qos/prometheus -p
20 0 11 * * * root nice /root/qos/prometheus -p
21 0 12 * * * root nice /root/qos/prometheus -p
22 0 13 * * * root nice /root/qos/prometheus -p
23 0 14 * * * root nice /root/qos/prometheus -p
24 0 15 * * * root nice /root/qos/prometheus -p
25 0 16 * * * root nice /root/qos/prometheus -p
26 0 18 * * * root nice /root/qos/prometheus -p
27 0 19 * * * root nice /root/qos/prometheus -p
28 0 20 * * * root nice /root/qos/prometheus -p
29 0 21 * * * root nice /root/qos/prometheus -p
30 0 22 * * * root nice /root/qos/prometheus -p
31 0 0 * * * root nice /root/qos/prometheus -p
32 0 1 * * * root nice /root/qos/prometheus -p
33 0 2 * * * root screen -L -d -m /root/qos/prometheus
This page took 0.220885 seconds and 4 git commands to generate.