{% extends "base.html.twig" %} {% block title %}How to manage (custom) Labels{% endblock %} {% block body %}

How to manage Labels


There are two kinds of Labels in the DWARFG_LONG system.

  • System Labels - the system labels have predetermined usage and cannot be managed, only used as intended.
  • Custom Labels - Custom Labels are here solely for your own purposes. You can manage them freely - define new, delete existing etc. The rest of this page is about Custom Labels.

The basic purpose of Labels is to make finding and sorting/organizing your devices easier. You can define any number of labels and a device can have any number of labels assigned.

On the Custom Labels page, you can create new labels and delete these you do not need any longer.

Labels are then shown on the Devices List page where you can use them for filtering purposes.

Labels can be assigned in two ways:

  • to a single device on its Device Details page.
  • to multiple devices using mass action Assign Labels on the Devices table.

As for the system labels, only the following system labels are effective at the moment:

  • nogenalerts ... if a device has this label assigned, the alerts defined on All devices monitoring group are ignored for this device.
  • sms ... device with this label assigned can be used for sending sms to other devices.

{% endblock body %}