1

We are using grafana to visualize the influx data. There are multiple dashboard created in. Because of some technical issue there may not be new data in Influx to display in the dashboard because of some downtime.

Is there a possibilities that I can add a panel in all the dashboard with an alert message of the downtime. So that dash board users don't have to go anywhere and notified about the downtime there itself.

Thanks

Surajit Kundu
  • 455
  • 1
  • 7
  • 17
  • U should check this [function](https://docs.influxdata.com/influxdb/v0.13/query_language/functions/#elapsed), it could help you. – Jean May 08 '19 at 15:22
  • Thanks Jean for reply, I am looking for a alert message to be displayed in all the dashboard. would be something like a pop up message in all the pages in website – Surajit Kundu May 09 '19 at 11:42
  • What do you mean by "all the pages in website"? You want to create a pop up wich is displayed in grafana, even if you don't are on the specified dashboard ? – Jean May 09 '19 at 12:00
  • yes. correct .. irrespective of the dashboard – Surajit Kundu May 09 '19 at 12:31

1 Answers1

0

I think that it's not possible to configure a pop up like you want with grafana. Find another notification channel (e-mail,discord,slack,...). If you really want a pop up, this wont be configured in Grafana but in Javascript. To do that, you'll have to custom your Grafana page.For that, i can't help ou.

Jean
  • 197
  • 10