summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-19 15:34:39 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-19 15:34:39 +0000
commit938eeba4af4a46126fc4d2fcbe46c15c98d70090 (patch)
treedaf653ad9c11f00b291719b19c19adcb72ca20f1 /frontends/php/include/defines.inc.php
parenta901997b009039670ecc3144465ecea54d16af4a (diff)
- developed configuration interface of http monitoring (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3732 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index f81680b9..2e5af920 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -93,6 +93,7 @@
define("AUDIT_RESOURCE_MAP", 19);
define("AUDIT_RESOURCE_SCREEN", 20);
define("AUDIT_RESOURCE_NODE", 21);
+ define("AUDIT_RESOURCE_SCENARIO", 22);
define("CONDITION_TYPE_GROUP", 0);
define("CONDITION_TYPE_HOST", 1);
@@ -145,6 +146,7 @@
define("ITEM_TYPE_SNMPV3",6);
define("ITEM_TYPE_ZABBIX_ACTIVE",7);
define("ITEM_TYPE_AGGREGATE",8);
+ define("ITEM_TYPE_HTTPTEST",9);
define("ITEM_VALUE_TYPE_FLOAT",0);
define("ITEM_VALUE_TYPE_STR",1);
@@ -292,6 +294,9 @@
define("ZBX_NODE_LOCAL", 1);
define("ZBX_NODE_MASTER", 2);
+ define("HTTPTEST_STATUS_ACTIVE",0);
+ define("HTTPTEST_STATUS_DISABLED",1);
+
define("BR", "<br/>\n");
define("SPACE", "&nbsp;");
define("RARR", "&rArr;");