SunshineYang / mycheckpoint

Automatically exported from code.google.com/p/mycheckpoint
0 stars 1 forks source link

no Charts #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install mycheckpint from svn as well as latest tgz (208)
2. mysql -uusernmae -p mycp_stage_worker --silent --raw --execute="SELECT html 
FROM sv_report_html_24_7"  > /var/www/mysql/mycp_stage_worker/report24_7.html
3. as well as mysql -uusernmae -p mycp_stage_worker --silent --raw 
--execute="SELECT html FROM sv_report_html_24_7"  | sed "s/\&/\&/g" > 
/var/www/mysql/mycp_stage_worker/report24_7.html

What is the expected output? What do you see instead?

I expect to see the charts; I do not see the charts

What is the output when running with the "--verbose --debug" options?

NA. the reports are generated and are stored in the db, but no charts are 
displayed when viewing the rendered html

What version of the mycheckpoint are you using?
What version of the MySQL are you using? (SELECT VERSION())
What version of Python are you using? (python --version)
On what operating system?
What is your sql_mode? (SELECT @@global.sql_mode)

Please provide any additional information below.

Original issue reported on code.google.com by ross.cra...@adcloud.com on 15 Nov 2012 at 5:54

GoogleCodeExporter commented 9 years ago
How much time have you been accumulating data?
The 24x7 charts average your status over the weekdays; you should only expect 
significant output after a few days. The first day should provide no content 
for these charts (though for the line charts a couple hours are enough).

Original comment by shlomi.n...@gmail.com on 15 Nov 2012 at 6:03

GoogleCodeExporter commented 9 years ago
Closing this bug as no response provided for two months.

Original comment by shlomi.n...@gmail.com on 10 Jan 2013 at 1:33