Skip to content

Icinga DB v1.5.1

Latest

Choose a tag to compare

@oxzi oxzi released this 15 Dec 14:58
· 38 commits to main since this release
v1.5.1
7a66f3a

This Icinga DB release addresses the issue of leaking SQL prepared statements when Icinga DB is configured as a source for Icinga Notifications.

Each time the custom variables for an Icinga Notifications event were fetched, a new prepared statement was executed by the database. Unfortunately, this prepared statement was not closed, resulting in an increasing number of open prepared statements until the database refuses to create any more. This effectively blocked both Icinga DB and potentially the entire database management system.

This bug does not affect those who are not using the Icinga Notifications source.

Additionally, dependencies were updated.

  • Close Prepared Statement in Icinga Notifications Source. #1051
  • Use icinga/icinga2:edge container image for testing. #1048
  • Update dependencies. 11 times