From a88fe0b17a66a001b78b4d13c6fb9da9df1720c3 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 24 Jun 2002 15:26:36 +0000 Subject: - added parameter SenderFrequency to zabbix_suckerd configuration file (Alexei) - added frontends/include/defines.inc.php (Alexei) - added column services.algorithm (Alexei) - list of test cases added to the Manual (Alexei) - emails to be sent in case of TRUE-UNKNOWN-FALSE and v.s. (Alexei) - one zabbix_suckerd to send alerts (Alexei) - minimum number of zabbix_suckers StartSuckers is set to 3 (Alexei) - added alerts.retries (Alexei) - added alerts.status (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@413 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_suckerd.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'misc/conf') diff --git a/misc/conf/zabbix_suckerd.conf b/misc/conf/zabbix_suckerd.conf index d51e67cc..35a52fd7 100644 --- a/misc/conf/zabbix_suckerd.conf +++ b/misc/conf/zabbix_suckerd.conf @@ -6,7 +6,7 @@ # Number of pre-forked instances of zabbix_suckerd # Default value is 5 -# This parameter must be between 2 and 255 +# This parameter must be between 3 and 255 StartSuckers=5 # How often Zabbix will perform housekeeping procedure @@ -18,6 +18,11 @@ StartSuckers=5 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 -- cgit