Servers Grid
The Servers Grid is the central element of the Global Dashboard. It lists all monitored PostgreSQL servers with their current status and key information, giving you an at-a-glance view of your entire fleet.
{screenshot: servers-grid-full}
Grid Columns
| Column | Description |
|---|---|
| Status | Current server status icon (ACTIVE, INACTIVE, ERROR, DISABLED, MAINTENANCE) |
| Hostname | Server display name as configured at registration |
| Host / Port | Network address and PostgreSQL port |
| Environment | RUN (production) or BUILD (non-production) |
| PostgreSQL Version | Detected PostgreSQL version |
| Databases | Number of databases on this instance |
| Active Connections | Current number of active connections |
| Last Heartbeat | Time elapsed since the last agent heartbeat |
| Actions | Context menu — View Details, Enable/Disable, Delete |
Server Status Icons
| Icon | Status | Meaning |
|---|---|---|
| 🟢 | ACTIVE | Agent running normally |
| ⚪ | INACTIVE | No recent heartbeat |
| 🔴 | ERROR | Agent reported an error |
| ⛔ | DISABLED | Manually disabled |
| 🔧 | MAINTENANCE | In maintenance mode |
Filtering and Sorting
Filter by Status
Click any KPI card at the top of the dashboard to filter the grid to servers matching that status. Alternatively, use the Status filter dropdown above the grid.
Filter by Environment
Use the Environment dropdown to show only RUN or BUILD servers.
Search
Type in the search box to filter servers by hostname.
{screenshot: servers-grid-filters}
Sorting
Click any column header to sort the grid by that column. Click again to reverse the sort order.
Navigating to a Server
Click anywhere on a server row (except the Actions menu) to open the Server Detail page for that server.
{screenshot: server-row-click-navigation}
Actions Menu
Click the ⋮ icon in the Actions column to access:
- View Details — Open the Server Detail page
- Disable / Enable — Toggle monitoring state
- Delete — Permanently remove the server
See Manage Servers → for details on each action.