summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 13:19:15 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 13:19:15 +0000
commit0482c7707b3cbbafe8a6b8197b49e92b44f67f23 (patch)
treed91fcc997d1d020a3a5b927f6b4fa475b23f5d4f /frontends/php/include/defines.inc.php
parentf81b0191e3b97b65e30d02889a1fed9b9e73870e (diff)
- added 'received value' condition type for actions (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4069 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index b7324fea..a2f0a75a 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -112,6 +112,7 @@
define('CONDITION_TYPE_DSERVICE_PORT', 9);
define('CONDITION_TYPE_DSTATUS', 10);
define('CONDITION_TYPE_DUPTIME', 11);
+ define('CONDITION_TYPE_DVALUE', 12);
define('CONDITION_OPERATOR_EQUAL', 0);
define('CONDITION_OPERATOR_NOT_EQUAL', 1);