-
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
Test PR #807
Closed
Closed
Test PR #807
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
* enh(influxdb): Add replacement_character option * enh(influxdb): Only consider new perfdata
* doc: wrong path for OMI in README.md * enh: lighter init log (one-liner) * enh: flush now called when data sizeor age is reached, not exceeded
* feat(pagerduty): adding a connector to PagerDuty based on lua-curl * fix(pagerduty): making ifnil* functions local instead of global
* enh(influx) Support perfdate perfdata * Typo
* enh(pagerduty): improving various defaut param values + handling metrics * enh(pagerduty): handle the case when the event queue is already full before appending a new event
* doc: wrong path for OMI in README.md * enh: lighter init log (one-liner) * enh: flush now called when data sizeor age is reached, not exceeded * (feat+doc): Add HP BSM connector, forked from OMI * enh/refacto(bsm): a lot of changes * use of luacurl * improving reliability * fix(merge): restoring OMI doc that was deleted during bad merge in github WUI
* doc: wrong path for OMI in README.md * enh: lighter init log (one-liner) * enh: flush now called when data sizeor age is reached, not exceeded * (feat+doc): Add HP BSM connector, forked from OMI * enh/refacto(bsm): a lot of changes * use of luacurl * improving reliability * fix(merge): restoring OMI doc that was deleted during bad merge in github WUI * fix(bsm): commented concatenation made the script fail * fix(bsm): messages were refused when containing non ASCII chars
* add bbdo2canopsis.lua connector * canopsis fix README * fix README canopsis install part * remove no usefull warning README canopsis Co-authored-by: Paul PRÉMONT <ppremont@¢apensis.fr>
* (enh): change host/hostname field * (fix): change log level to avoid to much log * (enh): using neb instead of storage + rename the connector for more consistency * (fix): remove useless lib * (enh): Change the documentation for Splunk * (enh): remove mandatory in the commentary * Update README.md * Update README.md
* Allow source field configuration => if user set a value then use this value, else use hostname like it is now if pdy_source is configured in the output, then the string is used as the source field. If not, the host name is used. * Add hostname in the title “Hostname/Servicedescription:” added at the beginning of the title (“Summary”) * Remove metrics (it will avoid the parsing bug also) Done. * Add all possible dimensions in customer details (*Groups / *Categories) Categories are not available if they are not severities. Severity numbers have been added.
* add hostgroups for service events and fix state change condition * fix service extra hostgroups information
* create prom gateway stream connector * fix hostgroup filter
* start snow connector v2 * add useful functions * starting refacto * refacto mapping * refacto event functions * refacto methods comment * rework snow provider * bring back old expiration time * better default parameters * ev manage json v2 compatibility + bulk insert * hide passwords in log file * add missing token method * fix variable name * remove old file * fix typo * fix global var * fix oauth * add hostgroup filter * improve log readability * add missing parameter * fix hostgroups and wrong var name * remove debug comment * simplify introduction
* create opsgenie stream connector * add severity to priority conversion * fix priority + add alerts dedup + fix endpoint * add bam incidents * nil managment * reset log level * simplify documentation
* add doc index and logger module documentation * add sc_common module documentation * fix wrong link * add table of content for sc_common doc * refacto cache structure for the event * method naming * fix get_servicegroups method * fix get_instance method * fix get_bv_infos method * add sc_broker module documentation * fix example in doc * better sc_logger initialization * adds sc_param module documentation * better skip_nil_id handling * put broker cache info in cache table of the event * add scope details for params * add sc_event module documentation * fix links in documentation * fix links again * fix links for is_service_valid * fix downtime link * better method naming * fix wrong method name in doc * adds the possibility to filter using poller name * adds severity filter feature * fix rockspec 0.1.0-1 * add rockspec file for production ready release * typo Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com> * typo Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com> * typo Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com> * typo Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com> * typo Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com> Co-authored-by: pkriko <32265250+pkriko@users.noreply.github.com>
* add ack event status param * add new filters for downtime and ack * start dedup * add dedup and finish downtime and ack * add downtime event to the list of filtered event * fix wrong filter (cat instead of elem) * fix compil error (missing method in module) * change return of split method * add status mapping for downtime event * add a downtime event test stream connector * improve downtime event handling +doc * start a broker data structure doc * ack broker structure doc +ack event small refacto * add kafka test script * kafka param methods + doc * integrate lua librdkafka into centreon sc modules * fix method name and regex in sc_params * rockespecing modules for 1.1.0
* fix requires in test_kafka script * fix rockspec again
* fix requires in test_kafka script * fix rockspec again * put mandatory param in std param list * organize spec files * new method for url param * fix spec file 1.1.0-2 * conflicting * solving conflict * add a new loglevel (info) * smarter url encoding * fix mandatory params * start bq_table module * start bigquery module * create google oauth module * start bigquery stream connector * create a macro module * add time related params * change severity in cache to match macro system * prepare spec file for 1.2 release * add time params in the doc * force broker api v2 * document google oauth module * improve bq_tables * minor refacto on new modules * improve google modules * better cache and skip_anon + small fixes * add bigquery module documentation * add logging in sc_macros module * remove unnecessary require in sc_macros module * enable event dedup by default * add sc_macros documentation * add new broker event data structures * better method naming in sc_macros module * index new documentations in readme * git conflicting * add service now api v2 * bigquery stream connector * remove sleep in stream connectors
REFS: MON-21309
* fix(broker/bam): events propagation improved in BAs * chore(tests): README updated * chore(doc): broker-doc.md updated * fix(tests): issue with the rescheduling Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.com> * fix(ci): libssh2 is provided by conan not by the packaging REFS: MON-22327
* Mon 10740 add notifications to centreon tests (#849) * tst notif * modifier le code * modifier une ligne * first commit of notification tests * adding a test * adding a test1 * removing a line * test2 * test5 * escalations1 * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * escalation and modification of the previous tests * Update tests/broker-engine/notification.robot Co-authored-by: David Boucher <dboucher@centreon.com> * Update tests/broker-engine/notification.robot Co-authored-by: David Boucher <dboucher@centreon.com> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * modification * Update tests/resources/Engine.py Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * Update tests/broker-engine/notification.robot Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> * modification4 * mod * mod2 * mod3 * host check * me * checks verified * jj * modification * modification2 * Apply suggestions from code review Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.com> * Apply suggestions from code review Co-authored-by: David Boucher <dboucher@centreon.com> * modification3 --------- Co-authored-by: sfarouq-ext <sfarouq-ext@github.com> Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: omercier <32134301+omercier@users.noreply.github.com> Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.com> * enlever somme tests that not exist in 23.04 --------- Co-authored-by: sfarouq-ext <sfarouq-ext@github.com> Co-authored-by: NITCHEU B <boris.nitcheu@outlook.fr> Co-authored-by: David Boucher <dboucher@centreon.com> Co-authored-by: omercier <32134301+omercier@users.noreply.github.com> Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.com>
REFS: MON-22548
REFS:MON-22049
bump Collect to version 23.04.5
REFS:MON-21370
REFS:MON-24876 * Mon-23313 rebuild rrd no metric correspond (#925) * add test case to check non existing indexes * MON-20564 rebuild log a error message 'Metrics rebuild: metrics doesn't exist' --------- Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.com> * fix test --------- Co-authored-by: NITCHEU B <bnitcheu-ext@centreon.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.
No description provided.