This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Releases: centreon/centreon-broker
Releases · centreon/centreon-broker
21.04.3
20.10.7
20.04.16
20.04.15
20.10.6
Centreon Broker
20.10.6
July 15, 2021
Bugfixes
- A deadlock occasionally appears when broker is stopped right after it started
- A core dump occasionally appears when Engine is stopped
- Sometimes Engine cannot reconnect to the central broker when cbd is restarted
- When many pollers attempt to connect to the central broker, the last ones may fail to connect
- Timeranges of timeperiods can't be parsed if they end with
\r
or\n
- Compilation issues on Raspberry Pi
- TLS query not understood by GNUTLS on Redhat 8
Enhancements
- Move
BBDO serialized events
logs from debug to trace
21.04.2
Centreon Broker
21.04.2
July 20, 2021
Bugfixes
- A deadlock occasionally appears when broker is stopped right after it started
- A core dump occasionally appears when Engine is stopped
- Sometimes Engine cannot reconnect to the central broker when cbd is restarted
- When many pollers attempt to connect to the central broker, the last ones may fail to connect
- Timeranges of timeperiods can't be parsed if they end with
\r
or\n
- Compilation issues on Raspberry Pi
- TLS query not understood by GNUTLS on Redhat 8
- Broker stream factory could not create streams with different configurations
- Error in Broker logs when exporting new BAM Business Activities
cb_mod
crashes when loggers section is empty/null in config file
Enhancements
- Move
BBDO serialized events
logs from debug to trace - A new parameter has been added to Broker allowing MySQL UNIX socket selection by name
20.10.5
Centreon Broker
20.10.5
June 4, 2021
Security
- Avoid SQL injections with custom variables
- Remove SSL and deprecated cipher suites
Bugfixes
- Engine/broker build migrated from Bintray to ConanCenter
- BBDO compatibility broken after minor update 20.10.4, blocking the actualization of monitoring data
- Metaservices used as KPIs did not impact BAs (Centreon BAM)
- CRITICAL impact applied instead of UNKNOWN for BAs used as KPIs (Centreon BAM)
- Broker was slow to restart because of suboptimal queries processing downtimes and comment
- Limit the values of downtimes' start date, end date and duration to fit the database columns' types
21.04.1
Centreon Broker
21.04.1
June 4, 2021
Security
- Avoid SQL injections with custom variables
Bugfixes
- Engine/broker build migrated from Bintray to ConanCenter
- Metaservices used as KPIs did not impact BAs (Centreon BAM)
- CRITICAL impact was applied instead of UNKNOWN for BAs used as KPIs (Centreon BAM)
- Broker's restart was slowed by suboptimal queries processing downtimes and comments
20.04.14
Centreon Broker
20.04.14
June 4, 2021
Security
- Avoid SQL injections with custom variables
- Remove SSL and deprecated cipher suites
Bugfixes
- Engine/broker build migrated from Bintray to ConanCenter
- Metaservices used as KPIs did not impact BAs (Centreon BAM)
20.04.13
20.04.13
April 28, 2021
Broker
- Add TLS handshake in broker debug logs
- Allow point as a valid character for ouput's name
- Broker hangs when stopped alone (without watchdog)
- Connection interruption not detected by Central (one peer retention mode)
- Harden SIGTERM handling when shutting down
- Insert NULL instead of Nan or Inf for metrics data
- Provide host_id and service_id in logs when metrics fail to be inserted in database
- Rebuild of RRD not working David Boucher
- TLS common name check impossible if it is too long
Engine
- Engine stops working without error
- Limit downtime start date, end date and duration
- Stopping Engine using systemctl can lead to a segfault
Security
- Strengthen TLS / SSL exchanges