[comment]: # ({3ed8d7ee-b226bc20})
# 8 Queue

[comment]: # ({/3ed8d7ee-b226bc20})

[comment]: # ({7ef140b1-f936bb89})
#### Overview

In the *Administration → Queue* section items that are waiting to be
updated are displayed.

Ideally, when you open this section it should all be "green" meaning no
items in the queue. If all items are updated without delay, there are
none waiting. However, due to lacking server performance, connection
problems or problems with agents, some items may get delayed and the
information is displayed in this section. For more details, see the
[Queue](/fr/manual/config/items/queue) section.

::: noteclassic
Queue is available only if Zabbix server is
running.
:::

From the dropdown in the upper right corner you can select:

-   queue overview by item type
-   queue overview by proxy
-   list of delayed items

[comment]: # ({/7ef140b1-f936bb89})

[comment]: # ({ccd11c9f-ccd11c9f})
##### Overview by item type

In this screen it is easy to locate if the problem is related to one or
several item types.

![](../../../../../assets/en/manual/web_interface/queue.png){width="600"}

Each line contains an item type. Each column shows the number of waiting
items - waiting for 5-10 seconds/10-30 seconds/30-60 seconds/1-5
minutes/5-10 minutes or over 10 minutes respectively.

[comment]: # ({/ccd11c9f-ccd11c9f})

[comment]: # ({d13acc32-d13acc32})
##### Overview by proxy

In this screen it is easy to locate if the problem is related to one of
the proxies or the server.

![](../../../../../assets/en/manual/web_interface/queue_proxy.png){width="600"}

Each line contains a proxy, with the server last in the list. Each
column shows the number of waiting items - waiting for 5-10
seconds/10-30 seconds/30-60 seconds/1-5 minutes/5-10 minutes or over 10
minutes respectively.

[comment]: # ({/d13acc32-d13acc32})

[comment]: # ({c9b3ace8-dcd90684})
##### List of waiting items

In this screen, each waiting item is listed.

![](../../../../../assets/en/manual/web_interface/queue_details.png){width="600"}

In the host column, hosts monitored by proxy are prefixed with the proxy
name (since Zabbix 2.4.0).

Displayed data:

|Column|Description|
|------|-----------|
|*Next check*|The time when the check was due is displayed.|
|*Delayed by*|The length of the delay is displayed.|
|*Host*|Host of the item is displayed.|
|*Name*|Name of the waiting item is displayed.|

[comment]: # ({/c9b3ace8-dcd90684})

[comment]: # ({c002f4dc-1eab4d89})
##### Possible error messages

You may encounter a situation when no data is displayed and the
following error message appears:

![](../../../../../assets/en/manual/web_interface/error_message_1.png)

Error message in this case is the following:

    Cannot display item queue. Permission denied

This happens when PHP configuration parameters $ZBX\_SERVER\_PORT or
$ZBX\_SERVER in zabbix.conf.php point to existing Zabbix server which
uses different database.

[comment]: # ({/c002f4dc-1eab4d89})
