summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 12:23:20 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 12:23:20 +0000
commit604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e (patch)
tree3b9b3e78245161d9d5e89ba3d7b8ca960b870152 /include
parentc9b5f984679804b7903866160533cd6515b74ad8 (diff)
downloadzabbix-604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e.tar.gz
zabbix-604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e.tar.xz
zabbix-604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e.zip
- 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
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
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