Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infra 1576 keep connector #248

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

guillaumemel
Copy link

Description

This pull request introduces a stream connector compatible with the product KEEP.

The purpose of this change is to enable seamless integration between Centreon and KEEP by adding support for KEEP's incoming webhooks.

Fixes # (issue)

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

Target serie

  • 22.10.x
  • 23.04.x
  • 23.10.x
  • 24.04.x
  • 24.10.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

  1. Create a Trial or Self-Hosted Environment on KEEP:
    Set up a trial account on KEEP (SaaS) or deploy a self-hosted environment.
  2. Retrieve the API Key:
    In the KEEP environment, go to settings and retrieve the API key for incoming webhooks.
  3. Configure a Generic Stream Connector in Centreon:
    Add a stream connector with the following parameters:
    keep_api_key → Corresponds to your KEEP API key.
    http_server_url → (Optional) For self-hosted URLs. Not required for KEEP SaaS.

image
4. Test the Integration:
Trigger events in Centreon and ensure that they are properly processed and displayed in KEEP.

Community contributors & Centreon team

  • I have 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 rebased my development branch on the base branch (master, maintenance).

@guillaumemel guillaumemel requested a review from a team as a code owner December 16, 2024 14:47
Copy link
Author

@guillaumemel guillaumemel left a comment

Choose a reason for hiding this comment

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

Thank you Tanguy

guillaumemel and others added 3 commits December 18, 2024 17:49
Enh: First pass at KEEP integration, ready for testing

fix: filename log
fix: review by tanguyvda

Co-authored-by: tcharles <[email protected]>
@guillaumemel guillaumemel force-pushed the INFRA-1576-keep-connector branch from d23d49c to a5f6ca7 Compare December 18, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants