summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
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 0684a2fc..10721bda 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -80,7 +80,7 @@ include_once "include/page_header.php";
' or (h.status='.HOST_STATUS_MONITORED.' AND h.available='.HOST_AVAILABLE_FALSE.' AND h.disable_until<='.$now.')) '.
' AND i.hostid=h.hostid '.
' AND i.nextcheck<'.$now.
- ' AND i.key_ not in ("status","icmpping","icmppingsec","zabbix[log]") '.
+ ' AND i.key_ NOT IN ('.zbx_dbstr('status').','.zbx_dbstr('icmpping').','.zbx_dbstr('icmppingsec').','.zbx_dbstr('zabbix[log]').') '.
' AND i.value_type not in ('.ITEM_VALUE_TYPE_LOG.') '.
' AND '.DBcondition('h.hostid',$available_hosts).
' AND '.DBin_node('h.hostid', get_current_nodeid()).