Problems: Add operational data field, closes #1260
This commit is contained in:
@@ -26,6 +26,7 @@ export function joinTriggersWithProblems(problems: ZBXProblem[], triggers: ZBXTr
|
||||
description: p.name || t.description,
|
||||
comments: t.comments,
|
||||
value: t.value,
|
||||
opdata: p.opdata,
|
||||
groups: t.groups,
|
||||
hosts: t.hosts,
|
||||
items: t.items,
|
||||
|
||||
@@ -235,6 +235,7 @@ export interface ProblemDTO {
|
||||
proxy?: string;
|
||||
severity?: string;
|
||||
priority?: string;
|
||||
opdata?: string;
|
||||
|
||||
acknowledged?: '1' | '0';
|
||||
acknowledges?: ZBXAcknowledge[];
|
||||
|
||||
Reference in New Issue
Block a user