Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: centreon/centreon-broker

21.04.8

10 Jun 16:18
Compare
Choose a tag to compare

21.04.8

Release date: June 10, 2022

Improvements

  • Improved the way TCP connections are stored by keeping them in an ordered structure. This should avoid rare connection issues experienced by some users

Bug fixes

  • Broker crashed when a logger was disabled/off
  • Fixed an issue that could prevent broker from connecting again after the database was stopped to make a LVM snapshot

20.10.12

10 Mar 16:00
Compare
Choose a tag to compare

20.10.12

Release date: March 10, 2022

Bug fixes

  • Refactored the BAM Business activities downtimes inheritance mechanism so that they are properly inherited and not duplicated anymore.

21.04.7

03 Mar 16:57
Compare
Choose a tag to compare

21.04.7

Release date: March 3, 2022

Bug fixes

  • Refactored the BAM Business activities downtimes inheritance mechanism so that they are properly inherited and not duplicated anymore.

20.10.11

20 Jan 17:42
Compare
Choose a tag to compare

20.10.11

Release date: January 20, 2022

Bug fixes

  • Fixed a regression due to the central broker's cache generation optimization, which was too thorough and prevented BAM from computing KPIs based on boolean rules

20.10.10

13 Jan 15:31
Compare
Choose a tag to compare

20.10.10

Release date: January 13, 2022

Bug fixes

  • The central broker's cache generation loaded too much data and took too much time when BAM was activated
  • When a single metric is deleted, the corresponding RRD file is now removed
  • Fixed an issue causing BAM Business Activities (best status) to remain in an OK state when the OK KPIs were removed

21.04.5

27 Oct 11:32
c7ae55f
Compare
Choose a tag to compare

Centreon Broker

21.04.5

October 27, 2021

Bug fixes

  • Fixed a deadlock issue that blocked engine when all debug options were enabled

20.10.9

27 Oct 11:31
00a4d15
Compare
Choose a tag to compare

Centreon Broker

20.10.9

October 27, 2021

Bug fixes

  • Fixed a deadlock issue that blocked engine when all debug options were enabled

21.04.4

20 Oct 10:42
Compare
Choose a tag to compare

Centreon Broker

21.04.4

October 20, 2021

Improvements

  • A TCP keepalive check has been added to the acceptor side of broker connections to avoid keeping dead connections

Bug fixes

  • Fixed an issue that occasionally caused the LUA cache to disappear when reloading cbd
  • In case of retention on one side of a tcp connection, the connection could get interrupted because of an issue in the flush() function
  • Broker could be blocked if it received BBDO objects it couldn't read (e.g., if the module is missing)
  • Database connection error flag was not reset in conflict manager once an error occurred (even after successful connection) and could block the insertion into the database
  • The index_id column of table metrics was cast in int32 instead of int64
  • Resolved conflicts that could appear between hostgroups when connections_count > 1
  • Deleting graph from the WUI did not actually delete RRD files

20.10.8

20 Oct 10:43
Compare
Choose a tag to compare

Centreon Broker

20.10.8

October 20, 2021

Improvements

  • A TCP keepalive check has been added to the acceptor side of broker connections to avoid keeping dead connections

Bug fixes

  • Fixed an issue that occasionally caused the LUA cache to disappear when reloading cbd
  • In case of retention on one side of a tcp connection, the connection could get interrupted because of an issue in the flush() function
  • Database connection error flag was not reset in conflict manager once an error occurred (even after successful connection) and could block the insertion into the database
  • The index_id column of table metrics was cast in int32 instead of int64
  • Resolved conflicts that could appear between hostgroups when connections_count > 1
  • Deleting graph from the WUI did not actually delete RRD files

20.04.17

01 Dec 15:59
Compare
Choose a tag to compare

20.04.17

Release date: December 1, 2021

Improvements

  • A TCP keepalive check has been added to the acceptor side of broker connections to avoid keeping dead connections

Bug fixes

  • Fixed an issue that occasionally caused the LUA cache to disappear when reloading cbd
  • In case of retention on one side of a tcp connection, the connection could get interrupted because of an issue in the flush() function
  • Database connection error flag was not reset in conflict manager once an error occurred (even after successful connection) and could block the insertion into the database
  • Resolved conflicts that could appear between hostgroups when connections_count > 1