summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-18 12:03:37 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-18 12:03:37 +0000
commit0ae3a0ca67fd055ba7735ccd0b010f5508271cb3 (patch)
tree7db28964ae220a77314484c74b2397614f9688b8 /include/common.h
parent1bc36b4f63dbe95d7d98be834e1e69a8a7ef4cb4 (diff)
downloadzabbix-0ae3a0ca67fd055ba7735ccd0b010f5508271cb3.tar.gz
zabbix-0ae3a0ca67fd055ba7735ccd0b010f5508271cb3.tar.xz
zabbix-0ae3a0ca67fd055ba7735ccd0b010f5508271cb3.zip
- added discovery based on data receivedfrom ZABBIX and SNMP agents (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4036 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 7c750198..c632a466 100644
--- a/include/common.h
+++ b/include/common.h
@@ -177,7 +177,10 @@ typedef enum
SVC_POP,
SVC_NNTP,
SVC_IMAP,
- SVC_TCP
+ SVC_TCP,
+ SVC_AGENT,
+ SVC_SNMPv1,
+ SVC_SNMPv2c
} zbx_dservice_type_t;
@@ -221,7 +224,8 @@ typedef enum
CONDITION_TYPE_DSERVICE_TYPE,
CONDITION_TYPE_DSERVICE_PORT,
CONDITION_TYPE_DSTATUS,
- CONDITION_TYPE_DUPTIME
+ CONDITION_TYPE_DUPTIME,
+ CONDITION_TYPE_DVALUE
} zbx_condition_type_t;
/* Condition operators */