summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 13:28:43 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 13:28:43 +0000
commit84b76acee504a3160ab2b568ab7517aedc8e5eb5 (patch)
tree56b02f3a783860393fe18603104c71b8070f875e /frontends/php/include/defines.inc.php
parent45dd16822e8717f9685eb05ec2d6f7c5c43f1e3a (diff)
downloadzabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.gz
zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.xz
zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.zip
- support of multiple actions per set of conidtions (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3927 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 2d9dd41e..248fdb18 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -197,8 +197,8 @@
define('ACTION_STATUS_ENABLED',0);
define('ACTION_STATUS_DISABLED',1);
- define('ACTION_TYPE_MESSAGE',0);
- define('ACTION_TYPE_COMMAND',1);
+ define('OPERATION_TYPE_MESSAGE', 0);
+ define('OPERATION_TYPE_COMMAND', 1);
define('ACTION_EVAL_TYPE_AND_OR',0);
define('ACTION_EVAL_TYPE_AND',1);
@@ -208,8 +208,8 @@
define('TRIGGER_STATUS_DISABLED',1);
define('TRIGGER_STATUS_UNKNOWN',2);
- define('RECIPIENT_TYPE_USER',0);
- define('RECIPIENT_TYPE_GROUP',1);
+ define('OPERATION_OBJECT_USER', 0);
+ define('OPERATION_OBJECT_GROUP', 1);
define('LOGFILE_SEVERITY_NOT_CLASSIFIED',0);
define('LOGFILE_SEVERITY_INFORMATION',1);