Skip to content

Version 7.0.0

Latest
Compare
Choose a tag to compare
@larcorba larcorba released this 19 Aug 07:16

Changed:
$dbh->do("TRUNCATE housekeeper");

To:
$dbh->do("DELETE FROM housekeeper WHERE tablename !='events'");

This makes sure events are kept in Housekeeper table to still be removed upon LLD rules.

Furthermore, introduced new versioning system. Script version 7.0.0 is fully compatible and tested with LTS Zabbix 7.0.

We also introduced ISO formatted weekly partitioning.