summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
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);