Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2015-11-02 16:10:48 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-11-02 16:10:48 +0300
commit82b5a646b9758af4fde96d37fadf53e229a564e3 (patch)
treebd51b792e16a41e5a055b0a23ac8fdedb537b0e8 /include/cfg.h
parentaef0a1c03a22b0e521986df02f5edaaa06d6e2bc (diff)
........S. [ZBX-1916] reset host availability status if its proxy assignment has been changed or proxy data was not received during maximum proxy heartbeat period
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index 310df5bc9be..f98ac35a611 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -36,6 +36,9 @@
#define ZBX_CFG_NOT_STRICT 0
#define ZBX_CFG_STRICT 1
+
+#define ZBX_PROXY_HEARTBEAT_FREQUENCY_MAX SEC_PER_HOUR
+
extern char *CONFIG_FILE;
extern char *CONFIG_LOG_FILE;
extern int CONFIG_ALLOW_ROOT;