Skip to content

Commit

Permalink
Fixes grafana#1403
Browse files Browse the repository at this point in the history
Fixes grafana#1403

After fix
  • Loading branch information
yesoreyeram authored Mar 3, 2022
1 parent 69e92a1 commit 928417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource-zabbix/problemsHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 928417e

Please sign in to comment.