summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-29 15:51:29 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-29 15:51:29 +0000
commit1e34b8021aaffb957079ea38549bf30c7622c265 (patch)
tree80eb91f58d5624bf5532b1b3661a4be1f68025b5 /include/common.h
parentc25f07b650fc2561e942c6c5d99db63980945277 (diff)
downloadzabbix-1e34b8021aaffb957079ea38549bf30c7622c265.tar.gz
zabbix-1e34b8021aaffb957079ea38549bf30c7622c265.tar.xz
zabbix-1e34b8021aaffb957079ea38549bf30c7622c265.zip
Improvements of WEB monitoring.
git-svn-id: svn://svn.zabbix.com/trunk@3769 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 983cd6a3..af68d130 100644
--- a/include/common.h
+++ b/include/common.h
@@ -112,7 +112,8 @@ typedef enum
ITEM_TYPE_INTERNAL,
ITEM_TYPE_SNMPv3,
ITEM_TYPE_ZABBIX_ACTIVE,
- ITEM_TYPE_AGGREGATE
+ ITEM_TYPE_AGGREGATE,
+ ITEM_TYPE_HTTPTEST
} zbx_item_type_t;
/* Item value types */
@@ -125,6 +126,14 @@ typedef enum
ITEM_VALUE_TYPE_TEXT
} zbx_item_value_type_t;
+/* HTTP test states */
+typedef enum
+{
+ HTTPTEST_STATE_IDLE = 0,
+ HTTPTEST_STATE_BUSY
+} zbx_httptest_state_type_t;
+
+
/* Item snmpv3 security levels */
#define ITEM_SNMPV3_SECURITYLEVEL_NOAUTHNOPRIV 0
#define ITEM_SNMPV3_SECURITYLEVEL_AUTHNOPRIV 1