Hi, I have InfluxDB 2 setup, connecting to its Chronograph GUI over port 9999. From the Tasks menu, trying to create a task, which would check if a value for some measurement/tags combination is exceeding some threshold value, and then if it exceeds, write some value on some another measurement/tag.
For example, if a field “value” with measurement equal to “pressure”, tag “location” equal to “pump1” has a field “value” greater than 100, write text value “Pressure is higher than 100!” into measurement “status”, tag “location”.
And this needs to be done only once while value exceeds 100. When it goes back to below 100, then should change the value to “OK” once.
Tried to use Alerts feature, but with it, I don’t see notification endpoint to write to InfluxDB. There are only notification endpoints to select from HTTP, slack, and pagerduty.
Thank you, Ravil