Statistics
| Branch: | Tag: | Revision:

root / doc / examples / ganeti.cron.in @ 927840bc

History | View | Annotate | Download (444 Bytes)

1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
2

    
3
# Restart failed instances (every 5 minutes)
4
*/5 * * * * root [ -x @SBINDIR@/ganeti-watcher ] && @SBINDIR@/ganeti-watcher
5

    
6
# Clean job archive (at 01:45 AM)
7
45 1 * * * @GNTMASTERUSER@ [ -x @SBINDIR@/ganeti-cleaner ] && @SBINDIR@/ganeti-cleaner master
8

    
9
# Clean job archive (at 02:45 AM)
10
45 2 * * * @GNTNODEDUSER@ [ -x @SBINDIR@/ganeti-cleaner ] && @SBINDIR@/ganeti-cleaner node