SLA support in Zabbix 6.0 (#1547)

This commit is contained in:
Alexander Zobnin
2022-12-29 15:32:39 +03:00
committed by GitHub
parent 42281a6577
commit 1cee6f0ae3
8 changed files with 316 additions and 117 deletions

View File

@@ -48,6 +48,7 @@ export interface ZabbixMetricsQuery extends DataQuery {
proxy?: { filter: string };
trigger?: { filter: string };
itServiceFilter?: string;
slaFilter?: string;
slaProperty?: any;
slaInterval?: string;
tags?: { filter: string };