Most Zabbix web interface pages support various HTTP GET parameters that control what will be displayed. They may be passed by specifying parameter=value pairs after the URL, separated from the URL by a question mark (?) and from each other by ampersands (&).
The following parameters are supported:
Parameter | Description | Example |
---|---|---|
show | Filter option Show. Possible values: 1 - recent problems; 2 - all; 3 - in problem state. |
show=1 |
name | Filter option Problem: freeform string. | name=Zabbix agent |
severities | Filter option Severity: array of selected severities in the format severities[*]=* (replace * with severity level). Possible values: 0 - not classified; 1 - information; 2 - warning; 3 - average; 4 - high; 5 - disaster. |
severities[3]=3 |
inventory | Filter option Host inventory: array of inventory fields [field],[value] |
inventory[0][field]=type&inventory[0][value]=interface |
evaltype | Filter option Tags, tag filtering strategy. Possible values: 0 - and/or; 2 - or. |
evaltype=0 |
tags | Filter option Tags: array of defined tags [tag], [operator], [value] Possible operator values: 0 - contains; 1 - equals; 2 - does not contain; 3 - does not equal; 4 - exists; 5 - does not exist. |
tags[0][tag]=target&tags[0][operator]=1&tags[0][value]=database |
show_tags | Filter option Show tags. Possible values: 0 - none; 1 - one; 2 - two; 3 - three. |
show_tags=3 |
tag_name_format | Filter option Tag name. Possible values: 0 - full name; 1 - shortened name; 2 - none. |
tag_name_format=1 |
tag_priority | Filter option Tag display priority: comma-separated string of tag display priority | tag_priority=customer, target |
show_suppressed | Filter option Show suppressed problems. Possible values: 1 - show; 2 - do not show. |
show_suppressed=1 |
acknowledgement_status | Filter option Acknowledgement status. Possible values: 0 - all; 1 - unacknowledged; 2 - acknowledged. |
acknowledgement_status=0 |
acknowledged_by_me | Filter option By me; supported only with acknowledgement_status=2 .Possible values: 0 - disabled; 1 - enabled. |
acknowledged_by_me=1 |
compact_view | Filter option Compact view. Possible values: 0 - disabled; 1 - enabled. |
compact_view=1 |
highlight_row | Filter option Highlight whole row; supported only with compact_view=1 .Possible values: 0 - disabled; 1 - enabled. |
highlight_row=1 |
filter_name | Filter properties option Name: freeform string | filter_name=Databases |
filter_show_counter | Filter properties option Show number of records. Possible values: 0 - disabled; 1 - enabled. |
filter_show_counter=1 |
filter_custom_time | Filter properties option Set custom time period. Possible values: 0 - disabled; 1 - enabled. |
filter_custom_time=1 |
sort | Column to sort by. Possible values: clock - sort by Time column; host - sort by Host column; severity - sort by Severity column; name - sort by Problem column. |
sort=clock |
sortorder | Sort order of results. Possible values: DESC - descending; ASC - ascending. |
sortorder=DESC |
age_state | Filter option Age less than; supported only with show=3 . Possible values: 0 - disable age parameter;1 - enable age parameter. |
age_state=1 |
age | Filter option Age less than: integer, number of days; supported only with age_state=1 and show=3 . |
age=7 |
groupids | Filter option Host groups: array of host group IDs. | groupids[]=4 |
hostids | Filter option Hosts: array of host IDs | hostids[]=10084 |
triggerids | Filter option Triggers: array of trigger IDs | triggerids[]=22382 |
show_timeline | Filter option Show timeline; not supported with compact_view=1 . Possible values: 0 - do not show; 1 - show. |
show_timeline=1 |
details | Filter option Show details. Possible values: 0 - do not show; 1 - show. |
details=1 |
from | Date range start, can be relative (e.g., now-1m); supported only with filter_custom_time=1 |
from=now-2h |
to | Date range end, can be relative (e.g., now-1m); supported only with filter_custom_time=1 |
to=now |
See also: Problems page filter options.
The kiosk mode in supported frontend pages can be activated using URL parameters. For example, in dashboards:
/zabbix.php?action=dashboard.view&kiosk=1
- activate kiosk mode/zabbix.php?action=dashboard.view&kiosk=0
- activate normal modeIt is possible to activate a slideshow in the dashboard:
/zabbix.php?action=dashboard.view&slideshow=1
- activate slideshow