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!