Quick and simple question but one I can't find a quick answer for.
Within the zabbix_server.conf there are default, but is the system hard coded with the defaults.
So for example:
Below we have HousekeepingFrequency=1 commented out, but we also have DisableHousekeeping=1 commented out. Does this mean
a) Housekeeping runs and uses a hard coded default frequency of 1
b) Housekeeping does not run at all as it has no defined frequency
# How often ZABBIX will perform housekeeping procedure
# (in hours)
# Default value is 1 hour
# Housekeeping is removing unnecessary information from
# tables history, alert, and alarms
# This parameter must be between 1 and 24
#HousekeepingFrequency=1
# How often ZABBIX will try to send unsent alerts
# (in seconds)
# Default value is 30 seconds
SenderFrequency=30
# Uncomment this line to disable housekeeping procedure
#DisableHousekeeping=1
Within the zabbix_server.conf there are default, but is the system hard coded with the defaults.
So for example:
Below we have HousekeepingFrequency=1 commented out, but we also have DisableHousekeeping=1 commented out. Does this mean
a) Housekeeping runs and uses a hard coded default frequency of 1
b) Housekeeping does not run at all as it has no defined frequency
# How often ZABBIX will perform housekeeping procedure
# (in hours)
# Default value is 1 hour
# Housekeeping is removing unnecessary information from
# tables history, alert, and alarms
# This parameter must be between 1 and 24
#HousekeepingFrequency=1
# How often ZABBIX will try to send unsent alerts
# (in seconds)
# Default value is 30 seconds
SenderFrequency=30
# Uncomment this line to disable housekeeping procedure
#DisableHousekeeping=1