summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 15:13:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 15:13:50 +0000
commit95900abeff8d853c0449c37eafa8457a884ce6bb (patch)
tree7e0932a7616e1d8fc5bb983454ecadb37485b4a1 /frontends/php/queue.php
parent49336d0e0c1d043c40c63206d1e63ca9d33c7f36 (diff)
downloadzabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.tar.gz
zabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.tar.xz
zabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.zip
- improved error displaying and more
git-svn-id: svn://svn.zabbix.com/trunk@3489 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index e2211bde..48e56d45 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -54,7 +54,7 @@ include_once "include/page_header.php";
<?php
$now = time();
- $result = DBselect("select i.itemid, i.nextcheck, i.description, i.key_, h.host,h.hostid ".
+ $result = DBselect("select i.itemid,i.nextcheck,i.description,i.key_,i.type,h.host,h.hostid ".
" from items i,hosts h ".
" where i.status=".ITEM_STATUS_ACTIVE." and i.type not in (".ITEM_TYPE_TRAPPER.") ".
" and ((h.status=".HOST_STATUS_MONITORED." and h.available != ".HOST_AVAILABLE_FALSE.") ".