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

20.10.8

Compare
Choose a tag to compare
@chgautier chgautier released this 20 Oct 10:43
· 134 commits to develop since this release

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