Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

enh(poller) Update form to manage gorgone #8184

Merged
merged 45 commits into from
Dec 16, 2019

Conversation

loiclau
Copy link
Contributor

@loiclau loiclau commented Dec 9, 2019

Description

As a Centreon operator
I want to choose wether the communication with a Poller will be SSH or ZMQ
To be able to communicate with a Poller with or without Gorgone

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software
  • Updating documentation (missing information, typo...)

Target serie

  • 2.8.x
  • 18.10.x
  • 19.04.x
  • 19.10.x
  • 20.04.x (master)

How this pull request can be tested ?

Please describe the procedure to verify that the goal of the PR is matched. Provide clear instructions so that it can be correctly tested.

Any relevant details of the configuration to perform the test should be added.

Checklist

Community contributors & Centreon team

  • I followed the coding style guidelines provided by Centreon
  • I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have made corresponding changes to the documentation.
  • I have rebased my development branch on the base branch (master, maintenance).

Centreon team only

  • I have made sure that the unit tests related to the story are successful.
  • I have made sure that unit tests cover 80% of the code written for the story.
  • I have made sure that acceptance tests related to the story are successful (local and CI)

doc/en/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/en/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/fr/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/fr/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
www/include/configuration/configServers/DB-Func.php Outdated Show resolved Hide resolved
www/include/configuration/configServers/formServers.php Outdated Show resolved Hide resolved
www/include/configuration/configServers/formServers.php Outdated Show resolved Hide resolved
www/include/configuration/configServers/help.php Outdated Show resolved Hide resolved
www/install/sql/centreon/Update-DB-20.04.0-beta.1.sql Outdated Show resolved Hide resolved
www/install/var/baseconf/centreon-engine.sql Outdated Show resolved Hide resolved
loiclau and others added 17 commits December 10, 2019 09:09
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
Co-Authored-By: Colin Gagnaire <cgagnaire@centreon.com>
@loiclau loiclau changed the title Mon 4509 poller form enh(poller) Update form to manage gorgone Dec 10, 2019
doc/en/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/en/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/en/api/clapi/objects/instances.rst Show resolved Hide resolved
doc/fr/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
doc/fr/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
www/include/configuration/configServers/formServers.php Outdated Show resolved Hide resolved
www/install/createTables.sql Show resolved Hide resolved
loiclau and others added 3 commits December 11, 2019 09:54
Co-Authored-By: sc979 <34628915+sc979@users.noreply.github.com>
Copy link
Contributor

@sc979 sc979 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please could you add the missing translations.
And add these new sentences to the pt_BR and pt_PT templates too

doc/fr/api/clapi/objects/instances.rst Outdated Show resolved Hide resolved
lang/fr_FR.UTF-8/LC_MESSAGES/messages.po Show resolved Hide resolved
lang/fr_FR.UTF-8/LC_MESSAGES/help.po Outdated Show resolved Hide resolved
@loiclau loiclau changed the base branch from master to MON-gorgone-integration December 12, 2019 14:09
@sc979 sc979 requested a review from kduret December 12, 2019 16:15
@sc979 sc979 requested a review from cgagnaire December 16, 2019 09:29
@loiclau loiclau merged commit 2cd2bc5 into MON-gorgone-integration Dec 16, 2019
@loiclau loiclau deleted the MON-4509-poller-form branch December 16, 2019 15:25
sc979 added a commit that referenced this pull request Mar 18, 2020
* enh(core): generate centreon gorgone configuration file (#8160)

* enh(core): add gorgone configuration file generation

* fix: folder paths

* fix(core): naming of file and field type

* enh(core): update configuration file to take in account last modif

* fix(core): correct path to private key

* enh(core): add nodes module

* enh(core): store stats in cache dir

* enh(core): enable broker stats collection

* enh(poller) Update poller form to manage gorgone (#8184)

* enh(gorgone) Update config form to manage gorgone options  (#8197)

* enh(chore) replace centcore by gorgone (#8172)

* remove centcore perl script (#8209)

* fix(UI): do not display gorgone options on central's form (#8206)

* fix(UI): do not display gorgone options on central

* remove duplicated code (#8215)

* enh(admin): adapt broker stats page to new folder tree (#8216)

* enh(core): update script to manage gorgone configuration file (#8229)

* enh: exception management

* enh(update): generate gorgone conf file on update

* fix(translation): avoid empty gettext translation

* enh(core): Add a yaml configuration loader (#8270)

* MON-4737 enh(core): split gorgone configuration in different files (#8276)

* enh(core): adapt upgrade script to latest modifications (#8284)

* adapt update script

* enh: add more check brefore trying to create the conf files

* fix: correct path in the template

* enh(core): update gorgone configuration files (#8293)

* update configuration location

* enh(gorgone): Added API to communicate with the Gorgone server (#8294)

* enh(install): fix default keys pathes (#8302)

* fix db name configuration template

* replace remote data folder

* fix rest api test

* enh(UI): Add nowrap style to badge class - from aladdinchan (#8314)

* fix(ui): Add hash:8 suffix to font files to avoid asset conflicts and optimize Webpack config (#8305)

* Mon 4640 remove deprecated engine fields (#8233)

* fix(CI): add new tests to clapi diff

* fix(core): source install (#8396)

* enh(core): add gorgone user and copy ssh keys

* fix(api): fix options retrieval issue (#8412)

* fix(core): manage the gorgone configuration files (#8400)

* fix(core): duplicate SSH key on source upgrade (#8421)

Co-authored-by: loiclau <loic.lau@gmail.com>
Co-authored-by: Colin Gagnaire <cgagnaire@centreon.com>
Co-authored-by: Laurent Calvet <lcalvet@centreon.com>
Co-authored-by: Bruno d'Auria <bdauria@centreon.com>
Co-authored-by: Matthieu Kermagoret <mkermagoret@centreon.com>
Co-authored-by: Laurent Pinsivy <lpinsivy@centreon.com>
Co-authored-by: Kevin Duret <duret.kevin@gmail.com>
Co-authored-by: Laurent Calvet <laurent@callapa.com>
Co-authored-by: Kevin Duret <kduret@centreon.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants