-
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
New Engine configuration using protobuf #1541
Conversation
Important Review skippedAuto reviews are limited to specific labels. Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
d6b12e6
to
eec4d04
Compare
630193c
to
922866b
Compare
…conf library. enh(engine/config): it compiles now fix(common/engine_legacy): bug fixed in timeperiod configurations REFS: MON-34072 MON-15480
3ad8f43
to
46b0acd
Compare
211bec1
to
90f2edc
Compare
* helper initializations better * pb_difference works with pointers now. * new comments also added. * little fixes * connector modify_object() and remove_object() had issues because of wrong backports * method in timeperiod can return a reference * comment updated for the set() method * fill_(service[host)_notification_options mutualized * parser has its array size fixed automatically * new comments in the parser * add_contact can be defined with moved addresses. * timeperiod_helper _get_days_id() method rewritten with a map. * timeperiod_helper _get_month_id() method rewritten with a map. REFS: MON-34072 MON-15480
* Legacy OpenSSL md5 function replaced by the OpenSSL 3 version * improvement of hostgroups cache in streamconnector * improvement of servicegroups cache in streamconnector REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
* Integration of the new protobuf engine configuration * bug on hostgroups handling fixed * bug on servicegroups handling fixed REFS: MON-34072 MON-15480
…ce logs are added REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
… broker. REFS: MON-34072 MON-15480
…obuf configuration REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
…e with last_check This is due to the fact that checks are seen as active on Engine. To fix this, we must to switch to passive checks for OTL checks. REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
…d by severity_name REFS: MON-34072 MON-15480
… test is also rewritten because of strange values on my laptop REFS: MON-34072 MON-15480
We could in some cases have several times the same index returned because one index can contain several metrics. And if an index points to several metrics, we must prepare all the metrics correctly otherwise tests fail. REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
REFS: MON-34072 MON-15480
90f2edc
to
0db7a54
Compare
REFS: MON-34072