diff --git a/src/datasource-zabbix/problemsHandler.ts b/src/datasource-zabbix/problemsHandler.ts index 4fcb37e0e..7f4c44e4f 100644 --- a/src/datasource-zabbix/problemsHandler.ts +++ b/src/datasource-zabbix/problemsHandler.ts @@ -23,7 +23,7 @@ export function joinTriggersWithProblems(problems: ZBXProblem[], triggers: ZBXTr tags: p.tags, suppressed: p.suppressed, suppression_data: p.suppression_data, - description: t.description, + description: p.name || t.description, comments: t.comments, value: t.value, groups: t.groups,