Dashboard of metrics from multiple servers?

Hello!

I’m getting started with Prometheus+Grafana for monitor a few servers.

I have node_exporter running on a few servers feeding data into Prometheus, and a Grafana instance querying data from Prometheus and showing as “per node/server” dashboards.

What I’d really like is an aggregated dashboard - a table that lists all servers being monitored, and displaying their core metrics - CPU, memory, disk & network as simple numbers.
Something like this: GitHub - likexian/stathub-go: A smart Hub for holding server stat

Can anybody give me directions on how I can achieve this with Grafana?

Thanks!

2 Likes

I’m looking for similar view on my Prometheus/Telegraf setup. I’ve got about 60+ servers and would like to view them the way Ganglia and Datadog shows servers. Each node is a single icon that has a color (green,orange or red) depending on status and you can click on the node and go into all the metrics being collected for it. Did you ever come up with solution for your dashboard? I think your list style would acceptable for my uses as well.

1 Like

Also looking for something like this.

1 Like