Skip to content

Activate your Unryo Cloud#

With Unryo, you are only a few minutes away from monitoring your infrastructure.

If you are new to Unryo, this tutorial will give you step-by-step instructions to:

  1. Deploy your first collector to send monitoring data to your Unryo platform.
  2. Start collecting data using preconfigured templates.
  3. Start visualizing and monitoring your infrastructure.

For the tutorial, we recommend you to choose either VMware vSphere vApp or Docker Compose.

Deploy your first collector#

With Unryo Cloud, your dedicated Unryo platform instance is hosted and managed in our cloud. Everything is ready, and you just need to deploy one collector (or more) on your data-center(s) to start shipping data.

You need an Unryo account. If you don't have it, create your free account here.

VMware vSphere vApp#

The Unryo Collector is available as a VMware vApp.

vApp Prerequisites

  • VMware vSphere 6.7 or higher
  • VMware vCenter

  • Log on your Unryo Admin Console

    You should see a screen like this:

    image

  • Click +Deploy in the top banner.

    It will open the Deployment Wizard:

    image

  • Select Deploy a Single Collector

    image

  • Select Your Private Infrastructure then Next:

    image

    The default collector namespace is default; keep it as is.

    The namespace is used for multi-tenancy to isolate your deployments. All components within a single namespace will automatically connect together.

    Specify the collector deployment name

    The deployment name is used to better identify your collector later on.

  • Choose the VMware vSphere vApp deployment

    Click on the URL to download and save the .ova file

    image

  • In your vSphere Client:

    Open a virtual machine and select the .ova file

    image

    Select a compute resource:

    The Unryo Monitor Collector vApp require a minimum of 4GB of memory, 8GB is recommended image

    Select Your Storage

    Select at a Datastore with at least 50 GB available. Thin volumes grow with times

    image

    Select your Networks

    image

    Custom vSphere Application

    In the custom template network tab, all the fields are required. Before picking up an ip address check if the IP address is free of use.

    In the Unryo Tab, use the token you received previously in the Unryo portal.

    Click next when you are ready. This should take a couple of minutes.

    image

    In the CLI the username is root. In the frontend the username is admin. The password is the same for both username.

  • When the installation is finished, the collector starts, then gets securely registered to your Unryo platform, automatically.

    After a few seconds, on the Unryo console, you should see your components appearing as Newly Detected.

    Close the Wizard by clicking I’m done installing

Great! You have completed the first step of this Tutorial, and your collector is up and operational. You will learn in next step how to start collecting data.

Docker#

  1. Log on your Unryo Admin Console

    You should see a screen like this:

    image

  2. Click +Deploy in the top banner.

    It will open the Deployment Wizard:

    image

  3. Select Deploy a Single Collector

    image

  4. Select Your Private Infrastructure then Next:

    image

    The default collector namespace is default; keep it as is.

    The namespace is used for multi-tenancy to isolate your deployments. All components within a single namespace will automatically connect together.

    Specify the collector deployment name

    The deployment name is used to better identify your collector later on.

  5. Choose the Docker Compose deployment, for deploying the collector as a docker container on a Linux host.

    The docker-compose.yml file is dynamically generated, based on the information you provided earlier.

    The portal credentials for the user admin are visible here. Change or note that password. You can change it at anytime later in your portal

    Copy the Docker-Compose content to your clipboard and paste it into a new file named docker-compose.yml on your target host.

    image

    Docker Requirements: Docker and Docker Compose have to be installed on your host

    Finally, execute this command:

    bash docker-compose up -d

    Note that you must be in the same directory as your docker-compose.yml file. If you called your Docker Compose yml file differently, you must modify the above command as follows: docker-compose -f your-yml-file.yml up -d.

  6. When the installation is finished, the collector starts, then gets securely registered to your Unryo platform, automatically.

    After a few seconds, on the Unryo console, you should see your components appearing as Newly Detected.

    Close the Wizard by clicking I’m done installing

Great! You have completed the first step of this Tutorial, and your collector is up and operational. You will learn in next step how to start collecting data.

Kubernetes#

This procedure deploys the Unryo Collector on a Kubernetes cluster.

If you haven’t already, create your free account to get started.

  1. Login on the Unryo Admin Console

  2. Follow the procedure here.

Start collecting data#

By default, a fresh installed collector already monitor the server and containers around itself. This is why you probably have some reports and analytics in motion on your portal. Now let’s enable more ML Pack! For this tutorial, we’re going to add the ML Pack for HTTP Endpoints which monitors the status and response-time of one or multiple HTTP endpoints.

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

image

Go in Configuration Management.

image

Click on the + button to add a new configuration.

image

Select the template Http Response. Select the Collector on which you want this configuration to be deployed; and provide a Configuration Name that is meaningful to you. The Description is optional.

image

Enter the list of URLs you want to monitor. Other configuration options are possible. Browse the template to discover them.

image

Once done, click Apply to start the monitoring.

Congratulations! You just started your new data collection. Metrics begin to be uploaded, stream analytics runs in the background, and turnkey dashboards display data in an actionable form. Your next step is to discover the power of the Unryo portal.

Start visualizing#

To view your dashboards, connect your Unryo portal.

image

Under Dashboards, you will see the list of monitored resources with their available dashboards. Below is an example of the HTTP Endpoints dashboard:

image

Quick Start completes! Next, you can try one or more of the following to learn and get the most out of your Unryo installation.