Multiple Queries display in one box for each host

Hi All,

I am using Grafana with Zabbix. I have a few servers that I would like to see the basic data of each server. I have set up multiple queries but they display as separate boxes.

Here is what I am trying to do:
Box 1 for server 1

  • server name
  • uptime
  • active agent availability
  • cpu 0 temp
  • cpu 1 temp
  • total memory

Box 2 for server 2

  • server name
  • uptime
  • active agent availability
  • cpu 0 temp
  • cpu 1 temp
  • total memory

Box 3 for server 3

  • server name
  • uptime
  • active agent availability
  • cpu 0 temp
  • cpu 1 temp
  • total memory

Is this possible with Grafana?
Currently, there is section for each category:
Box 1 server name

  • server1
  • server2
  • server3

Box 2 uptime

  • server1 uptime
  • server2 uptime
  • server3 uptime

Can anyone give some insight into how I can set this up?

TIA!