zabbix-mysql-partitioning-perl icon indicating copy to clipboard operation
zabbix-mysql-partitioning-perl copied to clipboard

This script is a script written in Perl to partition the Zabbix database tables in time based chunks. We can use this script to replace the Zabbix housekeeper process which tends to get too slow once...

Results 6 zabbix-mysql-partitioning-perl issues
Sort by recently updated
recently updated
newest added

I made some modifications to the Perl script referring to the logs and the database connection parameters to be able to work with environment variables inside the Docker container. I...

investigating
testing
backlog

Hi, Would you consider to change license to something more re-use friendly?

investigating

It appears in zabbix 7 supports partitioning of the auditlog table: https://www.zabbix.com/documentation/current/en/manual/appendix/install/auditlog_primary_keys Can this script be enhanced to also delete these partitions if a user has followed the instructions above...

enhancement

For now week starts from monday (%W). For ISO 8601 it should be %V

In this version of the script: https://raw.githubusercontent.com/OpensourceICTSolutions/zabbix-mysql-partitioning-perl/5f3e78ee90b1f18cc00099f3a3deda45eb9f76bd/mysql_zbx_part.pl the $dsn can be declared on line 12, however on lines 37 and 48 they are manually re-declared, wiping out a config set...

enhancement

There doesn't seem to be any way in this script to create the initial partition consistent with the settings. Any plans to improve this?

enhancement