Hello All,
I’ve installed influxdb and grafana on an AWS instance, and have started pushing data to it via telegraf on several machines. All of the dashboards work correctly (both single value and graphs). Whenever I try to create an alert on a graph, I get “Execution Error: Alert execution exceeded the timeout”. Which is strange because I’m not doing anything crazy, and the graph itself works just fine.
The alert is basically When Max() of query A is over 60 or Max() of query B is over 60 or Max() of query C is over 60 alert. Simple as that, the graph shows values ranging from 40 to 50. Is there a setting I’m missing or maybe a config on AWS that would be different than a standard install to make alerting work?
Thanks!