|
|||
|
Bandwidth Usage in WHM Not Updating
I'm running WHM 10.8.0 cPanel 10.8.1-S11 and the Bandwidth Usage page in WHM is no longer working. I've tried running /scripts/fixcommonproblems and updatequotas -av but neither helped.
Can someone tell me how to fix this? |
|
||||
|
I am experiencing this issue on several servers. Bandwidth usage is reported incorrectly in WHM and cPanel but all of the stats programs are correct (ie. AWStats, Bandmin, etc).
Basically the bandwidth is reported to be really low in WHM/cPanel and does not reflect its real usage or what is reported in the other programs (which seems accurate). All of the other posts on this issue were quite old and were not helpful. Perl is updated to the latest version, cPanel is the latest stable build, logrotate tmp noexec fix has been applied, stats manager shows that the server is able to keep up with the log processing on time, etc. Anyone have any ideas?
__________________
www.diywebhosting.ca - Canadian shared and reseller hosting solutions |
|
||||
|
Checking the accounts in /var/cpanel/bandwidth I see that it is only calculating the ftp, and email services and not web traffic. Hrmmm....
__________________
www.diywebhosting.ca - Canadian shared and reseller hosting solutions |
|
|||
|
Response from support:
"Any VirtualHost entries that have the following BytesLog /usr/local/apache/domlogs/www.domain.com-bytes_log Should be BytesLog /usr/local/apache/domlogs/domain.com-bytes-log You can run this command to fix this for httpd.conf replace "BytesLog /usr/local/apache/domlogs/www." "BytesLog /usr/local/apache/domlogs/" -- /usr/local/apache/conf/httpd.conf Then restart Apache. You will then need to combine the domlogs files in /usr/local/apache/domlogs using this command for i in $(ls www.*bytes_log); do cat $i >> ${i##www.}; done That will take a minute or two to complete depending on how may bytes_log files and the size of them. Then run /scripts/runstatsonce Thats it, problem will be resolved and should not be an issue again." You might want to check first if you're affected by the same problem. Basically there shouldn't be any entries which begin with: "BytesLog /usr/local/apache/domlogs/www." Last edited by Earendil; 11-02-2006 at 02:30 PM. |
|
||||
|
There was an error in the bove line, it should be:
replace "BytesLog /usr/local/apache/domlogs/www." "BytesLog /usr/local/apache/domlogs/" -- /usr/local/apache/conf/httpd.conf Your post got it fixed for me though. I think this may have occured when I previously upgraded to the edge build.
__________________
www.diywebhosting.ca - Canadian shared and reseller hosting solutions |
|
|||
|
Hi All!
Form Novembre my Bandwidth Usage page in WHM is no longer working. All the values are zero. I checked the httpd.conf and for each domain i have the following line: Code:
BytesLog domlogs/domains.com-bytes_log should be: Code:
BytesLog /usr/local/apache/domlogs/domains.com-bytes_log thanks for the help! Fabio |
![]() |
| Thread Tools | |
| Display Modes | |
|
|