Hi, I am trying to display custom sensor message. I have a mySQL sensor that returns :
code | missing |
---|---|
CODE1,CODE2 | 2 |
if missing is greater than 0, sensor triggers error. For that I have set "missing" column as channel 1. However in sensor message I want to display "code" columns value in error like " missing code are CODE1,CODE2" for which I have set "Sensor Message Column Name" as code and sensor message as "Missing client codes are {0}"
It used to display code before like "2 # (code missing) is above the error limit of 0. missing codes are CODE1,CODE2" but not it doesn't show code just "2 # (code missing) is above the error limit of 0"
how do I display code in the message
Add comment