summaryrefslogtreecommitdiffstats
path: root/misc/conf
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-24 15:26:36 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-24 15:26:36 +0000
commita88fe0b17a66a001b78b4d13c6fb9da9df1720c3 (patch)
treedfe7d825d1e46c93f682c56cc0ca1b436c4cf34e /misc/conf
parent7b8199f4bbc932f3d72c6c67e4205c8ef4aed704 (diff)
downloadzabbix-a88fe0b17a66a001b78b4d13c6fb9da9df1720c3.tar.gz
zabbix-a88fe0b17a66a001b78b4d13c6fb9da9df1720c3.tar.xz
zabbix-a88fe0b17a66a001b78b4d13c6fb9da9df1720c3.zip
- 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
Diffstat (limited to 'misc/conf')
-rw-r--r--misc/conf/zabbix_suckerd.conf7
1 files changed, 6 insertions, 1 deletions
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