There is a system of alert with come conditions on grafana dashboard for real-time datas and when the condition(s) is / are fullfiled, an alert is triggered (exemple here : http://play.grafana.org/dashboard/db/alerting?orgId=1).
What I want to do is the same (getting some alerts when some conditions are fullfiled) but not with real time datas but pre-recorded datas that I insert in influxdb after some time (because I can’t do it in real time).
So my question is if it is possible and if it is, how can I do it ?
What is interesting with alerts is that there is an state history with details of the trigger of those state changes, and that’s what I’m looking for to make looking into my pre-recorded datas easier and faster (because there are a lots of datas and I can’t look at all of it because it’s very time-consuming, so I want to sort it with conditions to see if there were somes problemes or not and if there were, at which time).