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:
show - filter option Show: 1 - recent problems, 2 - all, 3 - in problem statename - filter option Problem: freeform stringseverities - filter option Severity: array of selected severities in a format 'severities[*]=*' (replace * with severity level): 0 - not classified, 1 - information, 2 - warning, 3 - average, 4 - high, 5 - disasterinventory - filter option Host inventory: array of inventory fields: [field], [value]evaltype - filter option Tags, tag filtering strategy: 0 - And/Or, 2 - Ortags - filter option Tags: array of defined tags: [tag], [operator], [value]show_tags - filter option Show tags: 0 - none, 1 - one, 2 - two, 3 - threetag_name_format - filter option Tag name: 0 - full name, 1 - shortened, 2 - nonetag_priority - filter option Tag display priority: comma-separated string of tag display priorityshow_suppressed - filter option Show suppressed problems: should be 'show_suppressed=1' to showacknowledgement_status - filter option Acknowledgement status: 0 - all, 1 - Unacknowledged, 2 - Acknowledgedacknowledged_by_me - filter properties option - By me: 0 - Disabled, 1 - Enabled; this is supported when 'acknowledgement_status=2' onlycompact_view - filter option Compact view: should be 'compact_view=1' to showhighlight_row - filter option Highlight whole row (use problem color as background color for every problem row): should be '1' to highlight; for Zabbix versions earlier than 7.0.19, this option is supported only when compact_view=1.filter_name - filter properties option Name: freeform stringfilter_show_counter - filter properties option Show number of records: 1 - show, 0 - do not showfilter_custom_time - filter properties option Set custom time period: 1 - set, 0 - do not setsort - sort column: clock, host, severity, namesortorder - sort order or results: DESC - descending, ASC - ascendingage_state - filter option Age less than: should be 'age_state=1' to enable 'age'. Is used only when 'show' equals 3.age - filter option Age less than: daysgroupids - filter option Host groups: array of host groups IDshostids - filter option Hosts: array of host IDstriggerids - filter option Triggers: array of trigger IDsshow_timeline - filter option Show timeline: should be 'show_timeline=1' to showdetails - filter option Show details: should be 'details=1' to showfrom - date range start, can be 'relative' (e.g.: now-1m). Is used only when 'filter_custom_time' equals 1.to - date range end, can be 'relative' (e.g.: now-1m). Is used only when 'filter_custom_time' equals 1.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