Bug #2000
table metrics schema not correct in centstorage database
| Status: | Closed | Start date: | 10/15/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 100% | ||
| Category: | CentStorage daemon | |||
| Target version: | Centreon-2.2 | |||
| Resolution: | fixed |
Description
column max and column min values are integers, you should use floats :
ALTER TABLE `metrics` CHANGE `max` `max` FLOAT NULL DEFAULT NULL;
ALTER TABLE `metrics` CHANGE `min` `min` FLOAT NULL DEFAULT NULL;
Associated revisions
fix #2000
fix #2000
git-svn-id: http://svn.centreon.com/trunk/centreon@10949 6bcd3966-0018-0410-8128-fd23d134de7e
History
#1
Updated by Julien Mathis over 2 years ago
- Status changed from New to Closed
- Target version set to Centreon-2.2
- % Done changed from 0 to 100
- Resolution set to fixed
Yeah You open the bug "2000" !
Hopfully, it's not only bugs but enhancements too :)
It's ok for centreon 2.2.
#2
Updated by Mat Sugumaran over 2 years ago
Youhhhouuuu!
Will I have a gift or something like that? A free copy of Centreon? :D
#3
Updated by Romain Le Merlus over 2 years ago
A special and magic gift for you Mat, the brand new Centreon BI extension released ! :)
#4
Updated by Mat Sugumaran over 2 years ago
Can you apply the modification in the next release 2.1.12 of Centreon? It's causing problem to my reporting.
Thanks