This guide explains how to identify and view all agent-installed resources that are connected to OpsRamp through a gateway (proxy agent).

Overview

In environments where agents communicate with OpsRamp console through a Gateway (proxy agent), it’s important to track which resources are routed through each gateway. OpsRamp provides multiple methods to view these agent-to-gateway associations.

This document outlines two simple ways to view the list of agent-installed resources connected through a Gateway:

  • Using the Collector Profile
  • Using OpsQL Search

Method 1: View via Collector Profile

  1. Log in to the OpsRamp portal.
  2. Navigate to Setup > Account > Collector Profile.
  3. Locate and click on the name of the relevant Collector Profile.
  4. On the Collector Profile details page, locate the Agent Count.
  5. Click on the Agent Count value to view a detailed list of agents connected through the selected Gateway.
    bootstrap
  1. Navigate to Infrastructure > Search.
  2. Click on the search icon next to the home button (top-left corner of the page).
  3. Enter an OpsQL query to filter agent-installed resources based on gateway-specific attributes.

Example OpsQL:
resource.agentType = 'AGENT' AND resource.gatewayName = '<Gateway_Name>'
Replace <Gateway_Name> with the actual name of your gateway.

  1. View the list of resources that meet the search criteria. You can further refine the query to suit your monitoring needs.
bootstrap