mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Details statistics not work #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. Click 'Details' button on a virtual server channel
2. No anything work in all graphic channel (blank)

how to fix this problem?
can i extract raw data (numeric data) manually from this graphic?

Version of the product: 2.0
Server OS: Ubuntu 10.04
Browser: Firefox 3.6/13
Additional information: kernel 2.6.32-28-ovz32 

Original issue reported on code.google.com by sendy.se...@gmail.com on 19 Apr 2011 at 11:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This a huge issue.

Original comment by dalilgri...@gmail.com on 30 Apr 2011 at 1:42

GoogleCodeExporter commented 9 years ago
Try to turn on flash plugin in your browser :) and see graphic statistics. In 
my installation OWP 1.7 and with browser FF 3.6.4 this works fine.

Original comment by dae...@root.ua on 22 May 2011 at 10:18

GoogleCodeExporter commented 9 years ago
What you fail to realize is that this has nothing to do with flash. I can see 
graphs, they are just empty.

Original comment by dalilgri...@gmail.com on 22 May 2011 at 10:22

GoogleCodeExporter commented 9 years ago
I had this same problem (Flash is working for me).

My solution:  In /opt/ovz-web-panel/utils/watchdog/watchdog.rb there are three 
calls to vzctl (lines 116, 145 and 175).  The output of these calls from the 
container OS was too verbose and it was causing errors with the counters.each 
loops.  The solution was to pass the '--quiet' option to the vzctl calls on 
those three lines, like this:

command = "for VE in #{ve_list}; do echo $VE `vzctl --quiet exec $VE 'cat 
/proc/stat | head -1'`; done"

Maybe a bugfix for later releases.

Original comment by ja...@staypath.com on 7 Jun 2012 at 5:27

GoogleCodeExporter commented 9 years ago
Having the same problem, --quiet doesn't help :(

Original comment by ebra...@elephantheadsoft.com on 8 Jun 2012 at 9:53

GoogleCodeExporter commented 9 years ago
I have the same problem.
the solution based in the option --quiet no works for me :( 

Original comment by labaldos...@gmail.com on 29 Mar 2013 at 7:41

GoogleCodeExporter commented 9 years ago
Already fixed in 
https://github.com/sibprogrammer/owp/commit/fad4528021bc951cb8988d169018d86064be
8759

Original comment by sibprogrammer on 4 Apr 2013 at 12:53