wget
tar -zxvf vnstat-1.10.tar.gz
cd vnstat-1.10
make;make install
vnstat -u -i venet0
vi /etc/vnstat.conf
...
Interface "venet0"
...
service crond restart
wget
tar -zxvf vnstat_php_frontend-1.5.1.tar.gz
mv vnstat_php_frontend-1.5.1 vnstat
mv vnstat /home/webadm
vi config.php
...
// $iface_list = array('eth0', 'sixxs');
$iface_list = array('venet0');
//
// optional names for interfaces
// if there's no name set for an interface then the interface identifier
// will be displayed instead
//
// $iface_title['eth0'] = 'Internal';
// $iface_title['sixxs'] = 'SixXS IPv6';
$iface_title['venet0'] = 'Internal';
...
vnstat不出图
修改config.php
// $graph_format='svg';
$graph_format='png'
下面设置以什么格式显示,可以是svg或png,一般选择png就可以,svg在IE下需要安装插件,Firefox不需要;如果用png在IE、Firefox下均能直接显示。
阅读(2090) | 评论(0) | 转发(0) |