How to configure Status panel

We have multiple client server and I am planning to create one dashboard to monitor all the server details.

I have installed the “Status Panel” plugin in Grafana 7.0. Could some one help me how to setup all the server details by passing the server name in variable and how to show the server name and details inside the panel

Hi @gopal18k20 , Any luck with configuration of status panel ? I am looking for solid documentation for it for the status panel implementation.

Welcome @parikshitt . Did you mean Stat panel? If you were referring to something else (“Status panel”), can you show or link to what you are referring to?

Hi @grant2. I am doing POC on Prometheus- Grafana Monitoring on couple of servers for my project. My Client wishes to have something like the below image and as being new to Grafana not sure how to configure it.
image

Also I am confused over stat panel and status map which on would better?

My expectation is to have a high level panel (which shows servers in the form of containers/boxes) where I would monitor critical resources like CPU, Memory, Disk Usage and that panel (stat panel or statusmap) should change the visualization if something has gone beyond the threshold. So need some solution over it.

Thanks.

I would stick with the core Grafana visualization called Stat Panel (link to documentation is here).

The product you mentioned is a 3rd party plugin and which I have no experience with:
Status Panel, last updated in Sep 2020. Author & version info here: GitHub - Vonage/Grafana_Status_panel: A panel plugin for Grafana to monitor multiple parameters at once You can contact the author directly for support (if s/he is still actively working on it).

Re: your comment the above, are you already scraping and storing that data in a database, and is that database successfully connected to Grafana?