Error is displaying event template message

Started by Egert143, December 16, 2019, 08:17:42 AM

Previous topic - Next topic

Egert143

Hello

When using node custom attribute in threshold value i get wrong warning message.

Example:

Threshold value: %{dci-CpuTemperature:60}
dci-CpuTemperature = 61
event template message: High %2! Current: %4, Allowed: %3

Warning message: High Cpu Temperature! Current: 61, Allowed: %{dci-CpuTemperature:60}

How could i display proper value after "Allowed:" ?


Victor Kirhenshtein

Hi,

it is a bug. We have fixed it in development branch, fix will be included into version 3.2 and next patch release for 3.1.

Best regards,
Victor

Egert143