summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-27 17:59:42 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-27 17:59:42 +0000
commit461bb2a4ff683a38e6b2066f8c3fec67e110e44a (patch)
tree330e16964a243f7c6f83a02af17c4c1b17441310 /frontends/php/include/defines.inc.php
parent324c7b6e8806397d52c637f352097158e8e0c7a4 (diff)
downloadzabbix-461bb2a4ff683a38e6b2066f8c3fec67e110e44a.tar.gz
zabbix-461bb2a4ff683a38e6b2066f8c3fec67e110e44a.tar.xz
zabbix-461bb2a4ff683a38e6b2066f8c3fec67e110e44a.zip
More changes for new configuration of actions.
git-svn-id: svn://svn.zabbix.com/trunk@2433 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 76fbdc72..ff4d8c2a 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -52,6 +52,10 @@
define("CONDITION_OPERATOR_EQUAL", 0);
define("CONDITION_OPERATOR_NOT_EQUAL", 1);
+ define("CONDITION_OPERATOR_LIKE", 2);
+ define("CONDITION_OPERATOR_NOT_LIKE", 3);
+ define("CONDITION_OPERATOR_IN", 4);
+ define("CONDITION_OPERATOR_MORE_EQUAL", 5);
define("HOST_STATUS_MONITORED", 0);
define("HOST_STATUS_NOT_MONITORED", 1);