-
What Grafana version and what operating system are you using? v10.1.0
-
What are you trying to achieve?
Let’s say each host has 3 key processes. They are either OK or Failed. I would like to have a big picture of N hosts, each one is represented by a colored square. Anyone of these processes in failed state will turn the square red, otherwise green. (ideally, clicking it will drill down to detail system metrics) -
How are you trying to achieve it?
New to Dashboard, tested some templates from lab.grafana. -
What happened?
Not good enough to figure out how to aggregate the status -
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Hi there I would like to achieve a similar thing, I have a Node-Red flow that is pinging a series of devices these are being stored in a InfluxDB “pingTest”, I have all these plotted into a Grafana dashboard that is showing an individual block per device which is great.
I would like to know where to start in order to create a single stat block that was aggregates / consolidates all those individual results into a single stat block.
Secondly I would like to be able to click on that singular overview block and that then take you to the dashboard displaying the granular detail.
Any pointers of what the language I should be searching for or if there is a simple way to do this please share.