Greetings.
I'm getting some problems with DB (Mysql 5.1 - MyISAM) that is getting big. At this moment history and history_uint takes about 50 Gb.
I have setup housekeeping process to take on 24h, but I suspect that never was fired up.
Here config:
### Option: HousekeepingFrequency
# How often Zabbix will perform housekeeping procedure (in hours).
# Housekeeping is removing unnecessary information from history, alert, and alarms tables.
# If PostgreSQL is used, suggested value is 24, as it performs VACUUM.
#
# Mandatory: no
# Range: 1-24
# Default:
# HousekeepingFrequency=1
HousekeepingFrequency=24
### Option: DisableHousekeeping
# If set to 1, disables housekeeping.
#
# Mandatory: no
# Range: 0-1
# Default:
# DisableHousekeeping=0
DisableHousekeeping=0
If I grep over logs, and I dont have any output:
egrep 'housekeeper|Deleted' /var/log/zabbix/zabbix_server.log*
Any clues ?
Thanks in advance
I'm getting some problems with DB (Mysql 5.1 - MyISAM) that is getting big. At this moment history and history_uint takes about 50 Gb.
I have setup housekeeping process to take on 24h, but I suspect that never was fired up.
Here config:
### Option: HousekeepingFrequency
# How often Zabbix will perform housekeeping procedure (in hours).
# Housekeeping is removing unnecessary information from history, alert, and alarms tables.
# If PostgreSQL is used, suggested value is 24, as it performs VACUUM.
#
# Mandatory: no
# Range: 1-24
# Default:
# HousekeepingFrequency=1
HousekeepingFrequency=24
### Option: DisableHousekeeping
# If set to 1, disables housekeeping.
#
# Mandatory: no
# Range: 0-1
# Default:
# DisableHousekeeping=0
DisableHousekeeping=0
If I grep over logs, and I dont have any output:
egrep 'housekeeper|Deleted' /var/log/zabbix/zabbix_server.log*
Any clues ?
Thanks in advance
Comment