summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-21 11:05:00 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-21 11:05:00 +0000
commit469010ebdf4c1d779e41eacfcdc4f7c479cbb334 (patch)
tree265c3d34fd2e950b6f6cdbd5e1ebc23c4771bc23 /frontends/php/include/defines.inc.php
parent381c6742533757053481569ae11496f8528cd37c (diff)
downloadzabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.tar.gz
zabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.tar.xz
zabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.zip
- [DEV-43] support of new macros {ITEM.VALUE}, {ITEM.VALUE1}, etc (Alexei)
[svn merge -r4874:4876 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4877 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 733362ea..55bf5699 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -352,6 +352,9 @@
define('ZBX_NODE_LOCAL', 1);
define('ZBX_NODE_MASTER', 2);
+ define('ZBX_FLAG_TRIGGER', 0);
+ define('ZBX_FLAG_EVENT', 1);
+
define('HTTPTEST_STATUS_ACTIVE', 0);
define('HTTPTEST_STATUS_DISABLED', 1);