Changes

Jump to: navigation, search

Traffic accounting through proc

73 bytes removed, 21:46, 12 January 2013
removed /etc/init.d/vz update-cron part (not implemented anymore)
rrd_path=/var/lib/rrd
www_path=/var/www/html/traf
 
# Clear out the old index, otherwise you end up with a repeating index. This would also be a good place to put a header.
rm ${www_path}/index.html
cd $rrd_path
# cat << EOF >> /etc/crontab
*/5 * * * * root /path/to/script/vz_direct_traffic_log */30 * * * * /path/to/script/vz_direct_traffic_render EOF Alternatively, use the cron system of OpenVZ  # cat << EOF > /etc/vz/cron/vz-traffic.sh */5 * * * * /path/to/script/vz_direct_traffic_log */30 * * * * root /path/to/script/vz_direct_traffic_render
EOF
# /etc/init.d/vz update-cron
To check the output of this later run:
Anonymous user

Navigation menu