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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 2011487a..9175dffc 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -63,7 +63,8 @@
define("MAP_LABEL_TYPE_HOSTLABEL",0);
define("MAP_LABEL_TYPE_IP",1);
define("MAP_LABEL_TYPE_HOSTNAME",2);
- define("MAP_LABEL_TYPE_NOTHING",3);
+ define("MAP_LABEL_TYPE_STATUS",3);
+ define("MAP_LABEL_TYPE_NOTHING",4);
define("ITEM_TYPE_ZABBIX",0);
define("ITEM_TYPE_SNMPV1",1);