Table of Contents

Getting started with the Ping Monitoring tool

In this tutorial, you will learn how to use the Ping Monitoring tool for network monitoring and diagnostics.

Expected duration: 15 minutes

Note

The content and screenshots for this tutorial have been created using DataMiner version 10.4.8 and Ping Monitoring version 1.0.1-CU12.

Tip

See also: Kata #47: Monitor a network with ping commands on DataMiner Dojo Video

Prerequisites

Overview

Step 1: Deploy the Ping Monitoring package from the Catalog

  1. Look up the Ping Monitoring package in the DataMiner Catalog.

  2. Click the Deploy button.

  3. Go to the root page of your DataMiner System and check if the tool has been added:

    DMS root page

    If you do not know where to find the homepage URL, open https://dataminer.services/ in a browser, and copy the URL or click the Home button.

    dataminer.services

  4. Open the Ping Monitoring tool.

    This is what the application will look like:

    Ping Monitoring UI

Step 2: Create a new group

Groups are used to organize the destinations configured in the application. Destinations that belong to the same group share the same properties that differentiate them from other destinations.

  1. In the Ping Monitoring tool, go to the Groups page.

  2. In the header bar, click Create Group.

    This will open a pop-up window.

  3. Enter group name Demo, then click Next.

  4. Populate the three property fields with the values Americas, Gold, and CustomerXYZ, respectively, and then click Next.

  5. Set the interval to 60.

  6. Click Save.

new group

Step 3: Create a new destination

A destination is a point in the network you want to test against. The Ping Monitor application allows you to easily manage hundreds and even thousands of destinations to monitor the availability of different devices and services in your network.

In this step, you will create three destinations using the following addresses accessible on the public internet. The first value corresponds with the address, and the second is the description:

  • 8.8.8.8 (Google DNS)
  • skyline.be (Skyline website)
  • dataminer.services (DataMiner Services)

Carry out the following steps for each one of the destinations above:

  1. In the Ping Monitoring tool, go to the Destinations page.

  2. In the header bar, click Add Destination.

  3. Select the Demo group.

  4. Specify the address and description in the corresponding boxes.

  5. Click Add Destination.

new destination

Tip

See also: Adding a new destination.

Step 4: Analyze the results

When you have configured the destinations, the application will update to display the results of the latest test cycles.

  1. In the Destinations table, take a look at the values in the following columns:

    • Ping Result: The amount of time passed from the moment DataMiner sent the command to the moment it received the reply from each destination, e.g. 4 ms.
    • Cycle packet loss: The percentage of lost packets during the last ping cycle, e.g. 0.00 %. By default, the application sends 4 packets in every cycle, configurable for each destination.

    These values can help you monitor network congestion and detect outages.

  2. If you are a member of the DevOps Program, take a screenshot of the Destinations table (similar to the one below), ensuring all columns are clearly visible, and upload it on the Kata page on DataMiner Dojo.

    destinations

Step 5: Filter and access destination details

  1. In the app, go to the Grid View page.

    This page shows all the active destinations sorted by cycle packet loss.

  2. In the panel on the left, under Destination Address, select skyline.be.

    This will filter out all other destinations in the grid.

  3. Click the destination tile in the grid to open its details.

    The details will be shown on the right, including host information, results, and settings.

  4. Close the panel on the right with the Close button near the top-right corner.

filtering and details

Step 6: Delete the destinations

To finalize this tutorial, delete each of the destinations you have created as follows:

  1. On the Destinations page, click the garbage can icon next to the destination.

  2. Click Next to permanently delete the destination.

delete destination

Tip

See also: deleting a destination.