Query option to override use trends option, fixes #1442

This commit is contained in:
Alexander Zobnin
2022-12-29 14:07:02 +01:00
parent 1cee6f0ae3
commit cf6b19e189
6 changed files with 39 additions and 15 deletions

View File

@@ -67,6 +67,7 @@ export interface ZabbixQueryOptions {
skipEmptyValues?: boolean;
disableDataAlignment?: boolean;
useZabbixValueMapping?: boolean;
useTrends?: 'default' | 'true' | 'false';
// Problems options
minSeverity?: number;
sortProblems?: string;