summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-29 14:07:35 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-29 14:07:35 +0000
commit5ca707a4565f6abfa0a29981247a94f4b84c33bc (patch)
treee97106cf177ae42efce50d3a0d1dc9f4bb9503c6 /frontends/php/include/defines.inc.php
parent819c886a68348761914d55a23f8bff429caadc4f (diff)
downloadzabbix-5ca707a4565f6abfa0a29981247a94f4b84c33bc.tar.gz
zabbix-5ca707a4565f6abfa0a29981247a94f4b84c33bc.tar.xz
zabbix-5ca707a4565f6abfa0a29981247a94f4b84c33bc.zip
- improved ZABBIX sender (Eugene)
- fixed popup menu on frontend for hosts screen (Eugene) - monir fixes of C code (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3953 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 248fdb18..ad4aa371 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -98,16 +98,16 @@
define('AUDIT_RESOURCE_SCENARIO', 22);
define('AUDIT_RESOURCE_DISCOVERY_RULE', 23);
- define('CONDITION_TYPE_GROUP', 0);
+ define('CONDITION_TYPE_GROUP', 0); /* host deleted */
define('CONDITION_TYPE_HOST', 1);
define('CONDITION_TYPE_TRIGGER', 2);
define('CONDITION_TYPE_TRIGGER_NAME', 3);
define('CONDITION_TYPE_TRIGGER_SEVERITY',4);
define('CONDITION_TYPE_TRIGGER_VALUE', 5);
define('CONDITION_TYPE_TIME_PERIOD', 6);
- define('CONDITION_TYPE_DHOST_IP', 7); /* = # => <= */ /* TODO!!!! */
+ define('CONDITION_TYPE_DHOST_IP', 7); /* = # range ,-*/ /* TODO!!!! */
define('CONDITION_TYPE_DSERVICE_TYPE', 8); /* = # */ /* TODO!!!! */
- define('CONDITION_TYPE_DSERVICE_PORT', 9); /* = # => <= */ /* TODO!!!! */
+ define('CONDITION_TYPE_DSERVICE_PORT', 9); /* = # range ,-*/ /* TODO!!!! */
define('CONDITION_OPERATOR_EQUAL', 0);
define('CONDITION_OPERATOR_NOT_EQUAL', 1);
@@ -197,8 +197,14 @@
define('ACTION_STATUS_ENABLED',0);
define('ACTION_STATUS_DISABLED',1);
- define('OPERATION_TYPE_MESSAGE', 0);
- define('OPERATION_TYPE_COMMAND', 1);
+ define('OPERATION_TYPE_MESSAGE', 0); /* !!!!! */
+ define('OPERATION_TYPE_COMMAND', 1); /* !!!!! */
+ define('OPERATION_TYPE_', 2); /* TODO!!!
+#define OPERATION_TYPE_GROUP_ADD 2 grouid
+#define OPERATION_TYPE_GROUP_REMOVE 3 grouid
+#define OPERATION_TYPE_TEMPLATE_ADD 4
+#define OPERATION_TYPE_TEMPLATE_REMOVE 5 */
+
define('ACTION_EVAL_TYPE_AND_OR',0);
define('ACTION_EVAL_TYPE_AND',1);