From 604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 5 May 2006 12:23:20 +0000 Subject: - added server's parameter UnreachableDelay (Alexei) - added server's parameter UnreachablePeriod (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2801 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 820868c9..2dc93175 100644 --- a/include/common.h +++ b/include/common.h @@ -280,8 +280,8 @@ #define POLLER_TIMEOUT 5 /* Do not perform more than this number of checks during unavailability period */ -#define SLEEP_ON_UNREACHABLE 60 -#define CHECKS_PER_UNAVAILABLE_PERIOD 4 +/*#define SLEEP_ON_UNREACHABLE 60*/ +/*#define CHECKS_PER_UNAVAILABLE_PERIOD 4*/ #define AGENT_TIMEOUT 3 -- cgit