Skip to content

Connect your data sources#


What You'll Accomplish#

In this guide, you will:

  1. Deploy a Unryo Collector in your environment
  2. Start gathering data using pre-built templates

Prerequisites#

Before you begin, ensure you have:

  • An active Unryo account. If not, create one here.
  • Access to your infrastructure: network devices, servers, or applications to monitor.
  • Minimum system resources:
    • VMware vApp: 4 GB RAM (8 GB recommended), ~50 GB storage.
    • VMware vSphere 6.7+ and vCenter.
    • Docker: Docker + Docker Compose installed.
  • Network connectivity:
    • Outbound access from the collector to your Unryo instance.
    • Required ports/firewall rules open.
  • Permissions to deploy VMs, containers, or pods in your environment.

Deploy Your First Collector#

To start monitoring, deploy at least one collector.

  1. Log in to your Unryo Admin Console.
  2. Select your deploymentAdd Components.
  3. Choose Add a Single CollectorPrivate Infrastructure.
  4. Pick a deployment method: Docker Compose, VMware vApp, or Kubernetes.

Option A — Docker Compose#

  1. Copy the generated YAML into docker-compose.yml on your target host.
  2. Start services:
cd /path/to/compose-file
docker-compose up -d
  • If your file has a different name:
docker-compose -f <file>.yml up -d

Option B — VMware vApp#

  1. Download the .ova file generated by the wizard. image

  2. In vSphere Client:

    • Open a virtual machine and select the .ova file. image

    • Select a compute resource (The Unryo Collector vApp requires min. 4 GB RAM; 8 GB recommended).). image

    • Select your storage (assign at least 50 GB storage) image

    • Select your networks image

    • Custom vSphere Application

      • Under the custom template network tab, all the fields are required (ensure the IP is free/unassigned)
      • Under the Unryo tab, provide the token you received previously (from Unryo portal) image
    • Click next when ready. Allow a few minutes for all internal components to boot up and connect.

Option C — Kubernetes#

  • Follow the procedure here

Post-Deployment Checks#

  • Wait about 1 minute after deployment. Once the installation completes, the collector will automatically start and securely register with your Unryo platform.
  • Default password is the same for root (CLI) and admin (web UI); update it later.
  • Check the VM’s console or container logs for service startup messages.

Great! You have completed the first step of this Tutorial.

Your collector is now operational!

Out of the box, a fresh collector monitors its own server and containers. To extend visibility, you will learn in next step how to start gathering data.


Start gathering data#

  1. Go in the Overview page and click on your Unryo Portal's URL: image

  2. Go in Configuration Management. image

  3. Click on the + button to add a new configuration. image

  4. Choose a template (for this tutorial, select Http Response). Choose the Collector to deploy on; Enter a Configuration Name. Description is optional. image

  5. Enter the list of URLs to monitor. Explore additional template options. image

  6. Click Apply to start monitoring.

Congratulations! You just started a new monitoring. Metrics begin to be uploaded, stream analytics runs in the background. Your next step is to discover the power of the Unryo portal and Agentic AI activation.


What’s Next#

Next, start visualizing your data and get AI insights.