Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

Labels are assigned to devices during installation, allowing you to group devices for easier identification and management. Once a label is assigned, you can quickly locate and manage all devices associated with that label.

Minimum GYTPOL Sensor versions required for Device Labeling:

  • Windows: 2.36.0

  • Linux and macOS: 1.28.1.X

GYTPOL Sensor Location

  1. Navigate to “System Health” screen located in the “Settings” section.

image-20241017-091708.png
  1. Download the GYTPOL Sensor for your respective operating system using the download icon.

  2. After downloading, you can deploy the sensor using any deployment tool available. To assign labels to devices, follow these guidelines:

    • Labels must be 2-32 characters long.

    • Labels can only include letters, numbers, underscores, or hyphens.

    • Only one label can be assigned per device.

Deployment examples and arguments:

Windows

Label: accounting

Path to the MSI installation file (including the file name): c:\GYTPOL\gytpolClient_x64.msi

Installation command with the accounting label: msiexec /i c:\GYTPOL\gytpolClient_x64.msi LABEL=accounting

Linux (DEB)

Label: engineering

Path to the DEB installation file (including the file name): /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb

Installation command with the engineering label: sudo dpkg -i /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb && sudo /opt/gytpol/gytlnx -set-labels engineering

Linux (RPM)

Label: healthcare

Path to the RPM / DEB installation file (including the file name): /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.rpm

Installation command with the healthcare label: sudo rpm -ivh /opt/gytpol/gytpol-client_1.20.1.21-113_amd64.deb && sudo /opt/gytpol/gytlnx -set-labels healthcare

macOS

Label: devops

Path to the RPM / DEB installation file (including the file name): /opt/gytpol/1.27.1.22_126/gytpol-client-1.27.1.22-126_arm64.pkg

Installation command with the devops label: sudo /usr/sbin/installer -pkg /opt/gytpol/1.27.1.22_126/gytpol-client-1.27.1.22-126_arm64.pkg -target / && sudo /opt/gytpol/gytmac -set-labels devops

Where to find the labels

  • After updating the labels, they will be visible in the UI only after a full scan has been completed.

  • You can locate the labels in the UI under: System-Health > Device Manifest > Device Information

Screenshot 2024-11-19 124527.png

How to Manage Devices Using Labels

Adding Devices to Groups

Use the "Labels" filter to group devices.

This will display all devices associated with the selected label, enabling effective organization and management.

image-20241119-105021.png

Filtering Devices in the Device Manifest:

In the Device Manifest, apply the label filter to display all devices associated with a specific label.

This simplifies viewing and managing devices linked to a particular label.

image-20241119-105100.png

  • No labels