Hi there I have built an alerting rule, I have two test data sources, I can put both in to a value that triggers the alert, when I clear one I get a alert with one resolved and the other still firing, as one would expect. However when I clear the final alert state I do not get a resolved message.
my work flow is Node-Red - InfluxDB - Grafana, and alerting Grafana - Node-Red via Webhook.
I don’t have the 'Disable resolved messages checked.
Can anyone please tell me what I’ve messed up here?
My rule
{“apiVersion”:1,“groups”:[{“orgId”:1,“name”:“Enviro2”,“folder”:“test”,“interval”:“10s”,“rules”:[{“uid”:“f9dc1ae2-a602-48b0-b925-c54d2d86ef64”,“title”:“Temperature Alert”,“condition”:“Threshold”,“data”:[{“refId”:“Temprature”,“relativeTimeRange”:{“from”:600,“to”:0},“datasourceUid”:“PE4A5F5CBBE7FA712”,“model”:{“alias”:“$tag_locationId”,“datasource”:{“type”:“influxdb”,“uid”:“PE4A5F5CBBE7FA712”},“groupBy”:[{“params”:[“locationId::tag”],“type”:“tag”}],“hide”:false,“intervalMs”:1000,“maxDataPoints”:43200,“measurement”:“environment”,“orderByTime”:“ASC”,“policy”:“default”,“refId”:“Temprature”,“resultFormat”:“time_series”,“select”:[[{“params”:[“temperature”],“type”:“field”}]],“tags”:}},{“refId”:“Temp”,“relativeTimeRange”:{“from”:600,“to”:0},“datasourceUid”:“expr”,“model”:{“conditions”:[{“evaluator”:{“params”:,“type”:“gt”},“operator”:{“type”:“and”},“query”:{“params”:[“B”]},“reducer”:{“params”:,“type”:“last”},“type”:“query”}],“datasource”:{“type”:“expr”,“uid”:“expr”},“expression”:“Temprature”,“intervalMs”:1000,“maxDataPoints”:43200,“reducer”:“last”,“refId”:“Temp”,“type”:“reduce”}},{“refId”:“Threshold”,“relativeTimeRange”:{“from”:600,“to”:0},“datasourceUid”:“expr”,“model”:{“conditions”:[{“evaluator”:{“params”:[30],“type”:“gt”},“operator”:{“type”:“and”},“query”:{“params”:[“C”]},“reducer”:{“params”:,“type”:“last”},“type”:“query”}],“datasource”:{“type”:“expr”,“uid”:“expr”},“expression”:“Temp”,“intervalMs”:1000,“maxDataPoints”:43200,“refId”:“Threshold”,“type”:“threshold”}}],“noDataState”:“NoData”,“execErrState”:“Error”,“for”:“15s”,“annotations”:{},“labels”:{},“isPaused”:false}]}]}