![]() |
|
|||||||
| Centreon 2.x For centralising all questions and suggestions about centreon 2. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
|
|
#2
|
|||
|
|||
|
patch is attached
|
|
#3
|
|||
|
|||
|
Hi,
I have try your patch but receive an error when I want to apply it... Quote:
Thanks a lot for your help |
|
#4
|
|||
|
|||
|
I really need counter and stack patch for my graph!!!
Thanks a lot... Last edited by gueutzilla; 16th October 2009 at 14:01. |
|
#5
|
|||
|
|||
|
any news about that?
patch doesn't work for me |
|
#6
|
|||
|
|||
|
Hi,
Do you have any news about that?? Thanks a lot |
|
#7
|
|||
|
|||
|
The textfile "patch" in the archive is in very bad shape - could you rebase it on 2.1.x and use unified diff next time - it makes reviewing much easier .... if done so, I may consider it for a merge
nfilus |
|
#8
|
|||
|
|||
|
Hello,
Do you have any news about this patch??? I think this fonction must be nativ in future version of centreon |
|
#9
|
|||
|
|||
|
How is this feature not already included in centreon? I need to have counter types for my graphs. I can't upgrade from my current version without it.
|
|
#10
|
|||
|
|||
|
Can someone please review this and check this in, this really just be a standard feature in 2.1.4+.
![]() ENGLISH: To apply this patch extact the zip and copy patch to /usr/local/centreon. Then run: #> patch -p1 < 2.1.4_Stack.patch.txt Then run: * Be sure to replace centreon with your centron DB name, and use -u -p if required for alter access * mysql centreon -e "ALTER TABLE `giv_components_template` ADD `host_id` INT( 11 ) NULL AFTER `compo_id`"; mysql centreon -e "ALTER TABLE `giv_components_template` ADD `service_id` INT( 11 ) NULL AFTER `host_id`"; mysql centreon -e "ALTER TABLE `giv_components_template` ADD `ds_stack` ENUM( '0', '1' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `name`"; French: Pour appliquer ce patch extact le zip et le patch copier dans /usr/local/centreon . Ensuite, exécutez: #> patch -p1 <2.1.4_Stack.patch.txt Ensuite, exécutez: * N'oubliez pas de remplacer centreon avec votre nom DB centron, et utiliser-u-p s'il est requis pour modifier l'accès * mysql centreon -e "ALTER TABLE `giv_components_template` ADD `HOST_ID` INT (11) NULL AFTER `compo_id`"; mysql centreon -e "ALTER TABLE `giv_components_template` ADD `service_id` INT (11) NULL AFTER `HOST_ID`"; mysql centreon -e "ALTER TABLE `giv_components_template` ADD `ds_stack` ENUM ('0 ', '1') CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `name` "; Last edited by talirk81; 10th February 2010 at 21:51. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|