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

Test PR #807

Closed
wants to merge 545 commits into from
Closed

Test PR #807

wants to merge 545 commits into from

Conversation

tuntoja
Copy link
Contributor

@tuntoja tuntoja commented Jul 3, 2023

No description provided.

UrBnW and others added 30 commits February 14, 2023 10:36
* 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
thearchit3ct and others added 28 commits September 20, 2023 14:51
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>
Co-authored-by: hamzabessa <148857497+hamzabessa@users.noreply.github.com>
bump Collect to version 23.04.5
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>
@tuntoja tuntoja deleted the branch tun-revert-23.04.x December 11, 2023 14:34
@tuntoja tuntoja closed this Dec 11, 2023
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.