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:" ?
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
Thanks for the info. :)