Skip to main content

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

ColumnDescription
StatusCurrent server status icon (ACTIVE, INACTIVE, ERROR, DISABLED, MAINTENANCE)
HostnameServer display name as configured at registration
Host / PortNetwork address and PostgreSQL port
EnvironmentRUN (production) or BUILD (non-production)
PostgreSQL VersionDetected PostgreSQL version
DatabasesNumber of databases on this instance
Active ConnectionsCurrent number of active connections
Last HeartbeatTime elapsed since the last agent heartbeat
ActionsContext menu — View Details, Enable/Disable, Delete

Server Status Icons

IconStatusMeaning
🟢ACTIVEAgent running normally
INACTIVENo recent heartbeat
🔴ERRORAgent reported an error
DISABLEDManually disabled
🔧MAINTENANCEIn 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.

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.


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.


Next Steps