Filter problems by time range, fix #1094
This commit is contained in:
@@ -51,6 +51,8 @@ export interface ZabbixMetricsQuery extends DataQuery {
|
||||
tags?: { filter: string; };
|
||||
functions: ZabbixMetricFunction[];
|
||||
options: ZabbixQueryOptions;
|
||||
// Problems
|
||||
showProblems?: ShowProblemTypes;
|
||||
// Deprecated
|
||||
hostFilter?: string;
|
||||
itemFilter?: string;
|
||||
@@ -67,6 +69,8 @@ export interface ZabbixQueryOptions {
|
||||
hostsInMaintenance?: boolean;
|
||||
hostProxy?: boolean;
|
||||
limit?: number;
|
||||
useTimeRange?: boolean;
|
||||
severities?: number[];
|
||||
}
|
||||
|
||||
export interface ZabbixMetricFunction {
|
||||
|
||||
Reference in New Issue
Block a user