-
Notifications
You must be signed in to change notification settings - Fork 6
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
MON-14908 servicegroups and hostgroups are cleaned later #383
Merged
jean-christophe81
merged 1 commit into
develop
from
MON-14908-clean-servicegroups-and-hostgroups-later-develop
Sep 23, 2022
Merged
MON-14908 servicegroups and hostgroups are cleaned later #383
jean-christophe81
merged 1 commit into
develop
from
MON-14908-clean-servicegroups-and-hostgroups-later-develop
Sep 23, 2022
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
bouda1
approved these changes
Sep 23, 2022
jean-christophe81
force-pushed
the
MON-14908-clean-servicegroups-and-hostgroups-later-develop
branch
from
September 23, 2022 13:47
00fda6b
to
108c94c
Compare
SonarQube Quality Gate |
jean-christophe81
deleted the
MON-14908-clean-servicegroups-and-hostgroups-later-develop
branch
September 23, 2022 14:04
tuntoja
added a commit
that referenced
this pull request
Oct 5, 2022
* enh(engine/environment): code optimized and simplified * enh(sonar): unit test for environment * enh(sonar): comment to avoid touch char** _env * enh(sonar): remove unused functions and small syntax fix * enh(sonar): data is a const method * enh(sonar): remove unused operators * fix(engine/environment): little optimizations Co-authored-by: David Boucher <dboucher@centreon.com> REFS: MON-14588 * enh(broker/bam): Several logs added to better understand inherited downtimes * enh(broker/bam): Several logs added to better understand inherited downtimes * fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails * fix(broker): notification_number is u64 now * fix(broker/config): retry_interval defined to 15s by default REFS: MON-15116 MON-12130 * fix(ci):correct syntax (#381) * MON-14908 servicegroups and hostgroups are cleaned later (#383) REFS:MON-14908 * fix(broker/bam): forced svc checks deduplicated (#385) * fix(broker/bam): forced svc checks deduplicated * fix(broker/bam): cleanup of dead code REFS: MON-15086 * fix(broker): build may failed because of dependencies not declared * enh(cmake): A work to accept C++17 compilation * REFS:MON-10736 * MON-10736 add gdb backtrace for process still alive * MON-10736 grpc lock * MON-10736 grpc core on shutdown and tests correction (#389) REFS:MON-10736 * fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine * fix(broker/bam): bam tests are fixed now * cleanup(tests): python code formatted with autopep8 * cleanup(broker/bam): comments added REFS: MON-15086 * fix(tests): regression in Common.py fixed * enh(conan): conanfile updated to match packages requirements on openssl * fix(broker): stats engine was subject to deadlocks (#391) REFS: MON-15225 * update jenkinsfile for unstable delivery Co-authored-by: denliA <91119589+denliA@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
bouda1
added a commit
that referenced
this pull request
Nov 24, 2022
* enh(engine/environment): code optimized and simplified * enh(sonar): unit test for environment * enh(sonar): comment to avoid touch char** _env * enh(sonar): remove unused functions and small syntax fix * enh(sonar): data is a const method * enh(sonar): remove unused operators * fix(engine/environment): little optimizations Co-authored-by: David Boucher <dboucher@centreon.com> REFS: MON-14588 * enh(broker/bam): Several logs added to better understand inherited downtimes * enh(broker/bam): Several logs added to better understand inherited downtimes * fix(broker/unified_sql): all sql queries are not considered as very important. The stream won't close because of a query that fails * fix(broker): notification_number is u64 now * fix(broker/config): retry_interval defined to 15s by default REFS: MON-15116 MON-12130 * fix(ci):correct syntax (#381) * MON-14908 servicegroups and hostgroups are cleaned later (#383) REFS:MON-14908 * fix(broker/bam): forced svc checks deduplicated (#385) * fix(broker/bam): forced svc checks deduplicated * fix(broker/bam): cleanup of dead code REFS: MON-15086 * fix(broker): build may failed because of dependencies not declared * enh(cmake): A work to accept C++17 compilation * REFS:MON-10736 * MON-10736 add gdb backtrace for process still alive * MON-10736 grpc lock * MON-10736 grpc core on shutdown and tests correction (#389) REFS:MON-10736 * fix(broker/bam): monitoring stream does not block anymore when sending forced checks to engine * fix(broker/bam): bam tests are fixed now * cleanup(tests): python code formatted with autopep8 * cleanup(broker/bam): comments added REFS: MON-15086 * fix(tests): regression in Common.py fixed * enh(conan): conanfile updated to match packages requirements on openssl * fix(broker): stats engine was subject to deadlocks (#391) REFS: MON-15225 * update jenkinsfile for unstable delivery Co-authored-by: denliA <91119589+denliA@users.noreply.github.com> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: Charles Gautier <33026375+chgautier@users.noreply.github.com> Co-authored-by: jean-christophe81 <98889244+jean-christophe81@users.noreply.github.com>
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
tables servicegroups and hostgroups are cleand one minute after the last service_servicegroups wash
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