summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/discovery.inc.php
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-13 21:35:49 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-13 21:35:49 +0000
commite5ace5611c956becbfaab1874cb1276b8922ce69 (patch)
tree3a51cdd15d44559d39fe8c567db89c133870631d /frontends/php/include/discovery.inc.php
parent1f69048c2b2ce89df4e5e750a506f846108afcd1 (diff)
- [DEV-108] GUI - Actions
git-svn-id: svn://svn.zabbix.com/trunk@5486 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/discovery.inc.php')
-rw-r--r--frontends/php/include/discovery.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/discovery.inc.php b/frontends/php/include/discovery.inc.php
index 05e8b4e0..10cd2565 100644
--- a/frontends/php/include/discovery.inc.php
+++ b/frontends/php/include/discovery.inc.php
@@ -118,6 +118,8 @@
{
$str_stat[DOBJECT_STATUS_UP] = S_UP;
$str_stat[DOBJECT_STATUS_DOWN] = S_DOWN;
+ $str_stat[DOBJECT_STATUS_DISCOVER] = S_DISCOVER;
+ $str_stat[DOBJECT_STATUS_LOST] = S_LOST;
if(isset($str_stat[$status]))
return $str_stat[$status];