This Git repository provides the information and configuration used by the OpenVZ project and its mirror infrastructure.
If you want to provide an OpenVZ mirror you should setup it according to steps described in OpenVZ wiki. Your mirror site should make the contents of this directory available via HTTP, FTP or rsync protocols.
The status of OpenVZ mirror infrastructure can be checked at mirrors.openvz.org.
- install mirmon package:
yum install -y mirmon
- checkout this source repository
- setup regular execution via crontab:
# crontab -l
MAILTO=""
00 * * * * $(/bin/date +\%s > /var/www/html/timestamp)
00 * * * * cd /home/sergeyb/ovz/; git pull && make
- touch stable-state unstable-state
Thanks for your interest and help in providing an OpenVZ mirror!