summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-05 12:15:43 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-05 12:15:43 +0000
commit3265938a7cd0ef277bfc550ff47b60ed71b417de (patch)
tree308a9561fd97e3a2b449d5a36ad33f9db3552fbd /frontends/php/include/defines.inc.php
parentf65cf979409619d9de7174926e51c995f145017a (diff)
downloadzabbix-3265938a7cd0ef277bfc550ff47b60ed71b417de.tar.gz
zabbix-3265938a7cd0ef277bfc550ff47b60ed71b417de.tar.xz
zabbix-3265938a7cd0ef277bfc550ff47b60ed71b417de.zip
- improved editing of graphs (Eugene)
- developed 'Color picker' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3567 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 28dd140f..2849c62d 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -46,6 +46,7 @@
define("T_ZBX_DBL", 2);
define("T_ZBX_PERIOD", 3);
define("T_ZBX_IP", 4);
+ define("T_ZBX_CLR", 5);
define("O_MAND", 0);
define("O_OPT", 1);
@@ -159,6 +160,12 @@
define("ITEM_SNMPV3_SECURITYLEVEL_AUTHNOPRIV",1);
define("ITEM_SNMPV3_SECURITYLEVEL_AUTHPRIV",2);
+ define('GRAPH_ITEM_DRAWTYPE_LINE', 0);
+ define('GRAPH_ITEM_DRAWTYPE_FILLED_REGION', 1);
+ define('GRAPH_ITEM_DRAWTYPE_BOLD_LINE', 2);
+ define('GRAPH_ITEM_DRAWTYPE_DOT', 3);
+ define('GRAPH_ITEM_DRAWTYPE_DASHED_LINE', 4);
+
define("SERVICE_ALGORITHM_NONE",0);
define("SERVICE_ALGORITHM_MAX",1);
define("SERVICE_ALGORITHM_MIN",2);