Subversion Repositories havirt

Rev

Rev 35 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
26 rodolico 1
# Check status of virtuals on this machine
2
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
3
# following may be changed to send failure reports to a different e-mail
4
# account
5
MAILTO=root
6
 
7
# check running virtuals every 5 minutes
8
# m  h dom mon dow   user    command
9
*/5 *  *  *  *   root   /usr/local/bin/havirt node scan --quiet
10
 
11
# EOF