Alarm history

Records from the history can be removed without the possibility to restore them. To do this, use the Remove item in the alarm context menu.

Sorting can be implemented by any column of the table, except the Path column.

image

You can open any of the parent objects of the entity with an alarm via the Path column. If the multi-parent mode is active on any level of the hierarchy, the object name of this level is highlighted in bold. When you click on such an object the list of all parent objects with links to them is opened:

image
Objects' links follow to the objects' simplified default view.

You can also see the comments list, but you can’t add new comments.

When an incident is CLEARED, it is moved from Active alarms to Alarm history in two minutes by default. If necessary, this timeout can be changed with the incident_timeout parameter in the section Server of the server configuration file. Its value is equal to the timeout in milliseconds:

...
  "server" : {
    ...
    "incident_timeout": 3600000,
    ...
  },
...