summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 14:55:37 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 14:55:37 +0000
commitebec5b63bb5dad1eb3d2badb32e55a319ebca147 (patch)
treeccd9a674a2c9f013369973d221b50cb057bda766 /misc
parent9909bafb823b9231e33e569744e2ddb0baa3a294 (diff)
downloadzabbix-ebec5b63bb5dad1eb3d2badb32e55a319ebca147.tar.gz
zabbix-ebec5b63bb5dad1eb3d2badb32e55a319ebca147.tar.xz
zabbix-ebec5b63bb5dad1eb3d2badb32e55a319ebca147.zip
- [DEV-110] Heartbeat messages
git-svn-id: svn://svn.zabbix.com/trunk@5488 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc')
-rw-r--r--misc/conf/zabbix_proxy.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/conf/zabbix_proxy.conf b/misc/conf/zabbix_proxy.conf
index 1db9d08e..637b1c22 100644
--- a/misc/conf/zabbix_proxy.conf
+++ b/misc/conf/zabbix_proxy.conf
@@ -54,6 +54,13 @@ Hostname=proxy
# if this parameter is missing.
#ListenIP=127.0.0.1
+# How often ZABBIX will perform sending hearbeat message
+# (in seconds)
+# Default value is 60 seconds
+# Set to 0 to disable heartbeat messages
+# This parameter must be between 0 and 3600
+#HeartbeatFrequency=60
+
# How often ZABBIX will perform housekeeping procedure
# (in hours)
# Default value is 1 hour