Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
112 |
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 perl /path/to/script/findVirtuals.pl -r
|
|
|
10 |
|
|
|
11 |
# EOF
|