-
Notifications
You must be signed in to change notification settings - Fork 22
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
Release 20240213 stream connectors #192
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refs: MON-20735
Refs: MON-20735
Refs: MON-20735
add elasticsearch metric v2 stream connector add new parameter to filter on metric name
…d params in table to avoid if-else too heavy occurence
Co-authored-by: tcharles <[email protected]>
…max-buffer-age
…ub-workflows-and-actions feat(ci): add linting to worflow and actions files
…s rejected hostgroups (#158) * Adding rejected_hostgroups parameter * Adding rejected_servicegroups parameter * update * update * update doc * fix * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: tcharles <[email protected]> * Update modules/docs/sc_event.md Co-authored-by: tcharles <[email protected]> * Update modules/docs/sc_event.md Co-authored-by: tcharles <[email protected]> * Update modules/docs/sc_event.md Co-authored-by: tcharles <[email protected]> * Update modules/docs/sc_event.md Co-authored-by: tcharles <[email protected]> * Update modules/docs/sc_event.md Co-authored-by: tcharles <[email protected]> * update (indentation) --------- Co-authored-by: tcharles <[email protected]>
* start elastic metric v2 * handle downtime event bbdo 2 and 3 * forgot compat for ba_status * forgot a very important detail * fix typo * another typo --------- Co-authored-by: Kevin Duret <[email protected]>
* enh(chore): github actions hardening * fix code owner * Revert "fix code owner" This reverts commit 7e5994e.
* enh(ci): package centreon-stream-connector-scripts using nfpm * fix: install nfpm in docker containers * fix: remove condition to tests job run in ci * fix: pull and push path in connectors-lib workflow * fix: path * fix: nfpm action bash script * fix: path * fix: delete dependencies * fix: deb dependencies * fix: rpm dependencies * fix: delete job for signing rpm packages * delete: old packaging * fix: artifact upload set to false after tests * fix: missed dependencies * fix: var not used in nfpm packaging file * refactor: dockerfile for deb packaging * delete: paths for pull and push in the workflow * fix: for testing purposes * fix: re do dockerfile as it was before refactoring * Revert "fix: re do dockerfile as it was before refactoring" This reverts commit 58fb73d. * fix: lua version for deb * fix: luaver for deb packaging * fix: dockerfile installations for deb * fix: lua version extraction * fix: lua packets installation on docker * fix: debian docker run fails * fix: lua installation errors * fix: pull and push paths and delete condition on package job * Update packaging/connectors-lib/centreon-stream-connectors-lib.yaml --------- Co-authored-by: Kevin Duret <[email protected]>
* Bump docker/login-action from 2.2.0 to 3.0.0 (#173) Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...343f7c4) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#172) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@885d146...f95db51) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/build-push-action from 3.3.1 to 5.1.0 (#171) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.1 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@1104d47...4a13e50) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * enh yaml linting conf * add cache's hash * Bump actions/cache from 3.3.2 to 3.3.3 (#180) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@704facf...e12d46a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: schapron <[email protected]>
* start elastic metric v2 * set user & password as optionnal params * add new params accepted_hosts and services * try to fix conflicts * change name of indexes (replace . by _) * better naming convention * add doc for params and new methods * fix pattern filter * remove debug and fix json * fix missing service_desc in payload * add min_max and thresholds dimension * fix metric host and add anti spam log system * improve error logging * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: cg-tw <[email protected]> * Update modules/centreon-stream-connectors-lib/sc_event.lua Co-authored-by: cg-tw <[email protected]> * Update modules/docs/README.md Co-authored-by: cg-tw <[email protected]> * Apply suggestions from code review Co-authored-by: cg-tw <[email protected]> --------- Co-authored-by: cg-tw <[email protected]>
Refs: MON-33552
Co-authored-by: Kevin Duret <[email protected]>
Co-authored-by: Lucie Dubrunfaut <[email protected]>
Mon 21334 add clickhouse metrics
tuntoja
approved these changes
Feb 13, 2024
omercier
approved these changes
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PLEASE MAKE SURE THAT THE BRANCH PR INCLUDES JIRA TICKET ID (for centreon-internal)
Please include a short resume of the changes and what is the purpose of PR. Any relevant information should be added to help:
Fixes # (issue)
Type of change
Target serie
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