[comment]: # ({4f3c2d9a-e0e1bbf1})
# 3 Overview

[comment]: # ({/4f3c2d9a-e0e1bbf1})

[comment]: # ({1f4da0e9-8978e547})
#### Overview

The *Monitoring → Overview* section offers an overview of trigger states
or a comparison of data for various hosts at once.

The following display options are available:

-   select all hosts or specific host groups in the *Group* dropdown
-   choose what type of information to display (triggers or data) in the
    *Type* dropdown
-   select horizontal or vertical display of information in the *Hosts
    location* dropdown

**Overview of triggers**

In the next screenshot Triggers are selected in the *Type* dropdown. As
a result, trigger states of two local hosts are displayed, as coloured
blocks (the colour depending on the state of the trigger):

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

Note that recent trigger changes (within the last 30 minutes) will be
displayed as blinking blocks.

Blue up and down arrows indicate triggers that have dependencies. On
mouseover, dependency details are revealed.

Clicking on a trigger block provides links to trigger events,
configuration, the acknowledgement screen, URL or a simple graph/latest
values list.

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

**Overview of data**

In the next screenshot Data is selected in the *Type* dropdown. As a
result, performance item data of two local hosts are displayed.

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

Only values that fall within the last 24 hours are displayed by default.
This limit has been introduced with the aim of improving initial loading
times for large pages of latest data. It is also possible to change this
limitation by changing the value of ZBX\_HISTORY\_PERIOD
[constant](/fr/manual/web_interface/definitions) in
*include/defines.inc.php*.

Clicking on a piece of data offers links to some predefined graphs or
latest values.

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

[comment]: # ({/1f4da0e9-8978e547})

[comment]: # ({9a71ab69-9a71ab69})
#### Overview of triggers

In the next screenshot *Trigger overview* is selected. As a result, the
trigger states of a local host are displayed as colored blocks (the
color of problem triggers depends on the problem severity color, which
can be adjusted in the [problem
update](/manual/acknowledges#updating_problems) screen):

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

Note that recent trigger changes (within the last 2 minutes) will be
displayed as blinking blocks.

Blue up and down arrows indicate triggers that have dependencies. On
mouseover, dependency details are revealed.

A checkbox icon indicates acknowledged problems. All problems or
resolved problems of the trigger must be acknowledged for this icon to
be displayed.

Clicking on a trigger block provides context-dependent links to problem
events of the trigger, the problem acknowledgment screen, trigger
configuration, trigger URL or a simple graph/latest values list.

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

[comment]: # ({/9a71ab69-9a71ab69})

[comment]: # ({34ae0d8f-34ae0d8f})
##### Buttons

Button to the right offers the following option:

|   |   |
|---|---|
|![](../../../../../assets/en/manual/web_interface/button_info.png)|Additional information on the page content is displayed if you roll the mouse over this button.|

View mode buttons being common for all sections are described on the
[Monitoring](/manual/web_interface/frontend_sections/monitoring#view_mode_buttons)
page.

[comment]: # ({/34ae0d8f-34ae0d8f})

[comment]: # ({f0d0f5e9-f0d0f5e9})
##### Using filter

You can use the filter to display only the problems you are interested
in. For better search performance, data is searched with macros
unresolved.

The filter is located above the table.

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

|Parameter|Description|
|---------|-----------|
|*Show*|Filter by problem status:<br>**Recent problems** - unresolved and recently resolved problems are displayed (default)<br>**Problems** - unresolved problems are displayed<br>**Any** - history of all events is displayed|
|*Host groups*|Filter by host group.|
|*Hosts*|Filter by host.|
|*Name*|Filter by problem name.|
|*Minimum severity*|Filter by minimum problem severity.|
|*Age (less than)*|Mark the checkbox to filter by problem age.|
|*Host inventory*|Filter by inventory type and value.|
|*Tags*|Specify tags to limit the number of problems displayed in the widget. It is possible to include as well as exclude specific tags and tag values. Several conditions can be set. Tag name matching is always case-sensitive.<br>There are several operators available for each condition:<br>**Exists** - include the specified tag names<br>**Equals** - include the specified tag names and values (case-sensitive)<br>**Contains** - include the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>**Does not exist** - exclude the specified tag names<br>**Does not equal** - exclude the specified tag names and values (case-sensitive)<br>**Does not contain** - exclude the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>There are two calculation types for conditions:<br>**And/Or** - all conditions must be met, conditions having the same tag name will be grouped by the Or condition<br>**Or** - enough if one condition is met|
|*Show unacknowledged only*|Mark the checkbox to only display problems which are unacknowledged.|
|*Show suppressed problems*|Mark the checkbox to display problems which would otherwise be suppressed (not shown) because of host maintenance.|

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

[comment]: # ({9af42fa0-9af42fa0})
#### Overview of data

In the next screenshot *Data overview* is selected. As a result, item
data of a local host is displayed.

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

The color of problem items is based on the problem severity color, which
can be adjusted in the [problem
update](/manual/acknowledges#updating_problems) screen.

By default, only values that fall within the last 24 hours are
displayed. This limit has been introduced with the aim of improving
initial loading times for large pages of latest data. You can extend
this time period by changing the value of *Max history display period*
parameter in the
*[Administration→General](/manual/web_interface/frontend_sections/administration/general#gui)*
menu section.

Clicking on a piece of data offers links to some predefined graphs or
latest values.

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

[comment]: # ({/9af42fa0-9af42fa0})

[comment]: # ({be9dd909-be9dd909})
##### Using filter

You can use the filter to display only the data you are interested in.
For better search performance, data is searched with macros unresolved.

The filter is located above the table.

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

|Parameter|Description|
|---------|-----------|
|*Host groups*|Filter by host group.|
|*Hosts*|Filter by host.|
|*Tags*|Specify item tags to limit the number of items displayed in the widget. It is possible to include as well as exclude specific tags and tag values. Several conditions can be set. Tag name matching is always case-sensitive.<br>There are several operators available for each condition:<br>**Exists** - include the specified tag names<br>**Equals** - include the specified tag names and values (case-sensitive)<br>**Contains** - include the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>**Does not exist** - exclude the specified tag names<br>**Does not equal** - exclude the specified tag names and values (case-sensitive)<br>**Does not contain** - exclude the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>There are two calculation types for conditions:<br>**And/Or** - all conditions must be met, conditions having the same tag name will be grouped by the Or condition<br>**Or** - enough if one condition is met|
|*Show suppressed problems*|Mark the checkbox to display problems which would otherwise be suppressed (not shown) because of host maintenance.|

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